547 Commits

Author SHA1 Message Date
Sebastian Werner
293f0909aa
Added Webpack DotEnv Plugin after Universal DotEnv into Webpack configs so that we pass all environment variables to transpilation. This reduces the PR to just adding universal-dotenv before it is being processed by the normal DotEnv plugin. Hopfully fixes builds. 2018-06-27 12:18:45 +02:00
Sebastian Werner
df226c714d
Updated deps 2018-06-27 11:39:09 +02:00
Sebastian Werner
ef28ee4806
Added missing dotenv dep 2018-06-27 11:39:09 +02:00
Sebastian Werner
bedc4ac684
Cleaned up old dotenv packages. These are not required anymore. 2018-06-27 11:39:09 +02:00
Sebastian Werner
75f7134f11
Replaced 'dotenv-webpack' with 'universal-dotenv' to support multiple .env.* files like in CRA. 2018-06-27 11:39:08 +02:00
Michael Shilman
4e70f9d192 v4.0.0-alpha.10 2018-06-21 21:48:49 +08:00
Michael Shilman
1a03042590 v4.0.0-alpha.9 2018-06-10 15:42:04 +08:00
igor-dv
9b13bfc6e9 Merge remote-tracking branch 'origin/master' into new-angular-cli-integration
# Conflicts:
#	examples/marko-cli/package.json
#	yarn.lock
2018-06-06 10:37:40 +03:00
Dependencies.io Bot
a80b3daffa Update webpack from 4.10.1 to 4.10.2 in app/react-native 2018-06-04 23:17:39 +00:00
Dependencies.io Bot
97efeb8c2d Update dotenv-webpack from 1.5.5 to 1.5.6 in app/react-native 2018-06-04 23:17:38 +00:00
Dependencies.io Bot
3abba6df62 Update babel-plugin-macros from 2.2.1 to 2.2.2 in app/react-native 2018-06-04 23:17:37 +00:00
igor-dv
a32e3140e4 Temporary update webpack to 4.10.2 2018-06-03 20:49:03 +03:00
Sho Ikeda
bfb40bdd9c
Fix Typescript Integration documentation
`--metro-config` options is for `storybook-start`, so `storybook --metro-config $PWD/rn-cli.config.js` will be an error.
2018-06-01 14:46:33 +09:00
Gytis Vinclovas
55668667f8
Update readme.md 2018-05-30 11:49:20 +03:00
Gytis Vinclovas
89e6f4d85a
using disableWebsockets instead of useWebsockets 2018-05-30 10:56:25 +03:00
root
dd867d2ca0 Merge branch 'dependencies.io-update-build-345.0.0' 2018-05-30 00:21:23 +00:00
Wei-Wei Wu
a2c29337a7
Merge pull request #3527 from sky-franciscogoncalves/master
Updates storybook-start.js to use child_process instead of shelljs
2018-05-29 00:32:57 -07:00
Wei-Wei Wu
d67752c82e fix camel case lint 2018-05-29 00:22:27 -07:00
Dependencies.io Bot
7ce7e92cf3 Update webpack from 4.8.3 to 4.9.2 in app/react-native 2018-05-28 21:54:22 +00:00
Filipp Riabchun
3749198cc6
Merge pull request #3634 from storybooks/remove-status-bar-hiding
Remove status bar hiding
2018-05-27 13:19:29 +03:00
Filipp Riabchun
43f5c236cd
Merge pull request #3635 from storybooks/storylist-refactor
React Native Refactored list view
2018-05-27 13:19:06 +03:00
Filipp Riabchun
f1b89500d8
Merge pull request #3636 from storybooks/rn-single-channel
Using only single channel for react native
2018-05-27 13:01:07 +03:00
Michael Shilman
6a1f5e4675 v4.0.0-alpha.8 2018-05-26 18:47:25 -07:00
Filipp Riabchun
6e3ee09dae
Merge pull request #3631 from storybooks/shilman/remove-3x-deprecations
Removed deprecated react-native built-in addons
2018-05-23 22:32:38 +03:00
Michael Shilman
10047a966f Document migration for RN addons 2018-05-23 11:20:06 -07:00
Gytis Vinclovas
4344de3c59 refactored list view 2018-05-23 17:59:32 +03:00
Gytis Vinclovas
062dcf3555 using only single channel for react native 2018-05-23 16:54:38 +03:00
Gytis Vinclovas
8c1e41818e
Remove status bar hiding 2018-05-23 15:47:04 +03:00
Michael Shilman
524238c209 Remove deprecated react-native/addons 2018-05-22 17:32:17 -07:00
Michael Shilman
ab9cfc9067 Remove deprecated action, linkTo, addons from app/react-native 2018-05-22 17:21:03 -07:00
Dependencies.io Bot
9db42c443e Update ws from 5.1.1 to 5.2.0 in app/react-native 2018-05-22 21:22:21 +00:00
Daniel Duan
c00743382e
Merge pull request #3606 from Plsr/document-rn-startup-options
Document parameters for start command for RN
2018-05-20 22:50:43 +02:00
Christian Poplawski
52e410f84c
Remove unnecessary spaces 2018-05-18 22:49:15 +02:00
Christian Poplawski
1751e96506
Add start command parameters to RN Readme 2018-05-18 22:37:16 +02:00
Norbert de Langen
43279a3076
Merge branch 'master' into feature/more-components 2018-05-18 13:38:51 +02:00
Hypnosphi
7d918df181 Merge remote-tracking branch 'origin/master' into dependencies.io-update-build-341.0.0
# Conflicts:
#	lib/core/package.json
2018-05-18 03:12:24 +03:00
Michael Shilman
008414bc47 v4.0.0-alpha.7 2018-05-17 16:02:57 -07:00
Norbert de Langen
ec88428d3b
Merge branch 'master' into dependencies.io-update-build-341.0.0 2018-05-17 17:46:46 +02:00
Norbert de Langen
3925f5a09f
CHANGE package.json files so they are sorted nicely 2018-05-17 01:05:18 +02:00
Dependencies.io Bot
7c51fa68bc Update webpack-hot-middleware from 2.22.1 to 2.22.2 in app/react-native 2018-05-14 16:48:12 +00:00
Dependencies.io Bot
9f46ebf313 Update webpack from 4.8.0 to 4.8.3 in app/react-native 2018-05-14 16:48:11 +00:00
Dependencies.io Bot
6740fdf945 Update shelljs from 0.8.1 to 0.8.2 in app/react-native 2018-05-14 16:48:10 +00:00
Dependencies.io Bot
10f49de52f Update react-native-iphone-x-helper from 1.0.2 to 1.0.3 in app/react-native 2018-05-14 16:48:09 +00:00
Dependencies.io Bot
983122494e Update babel-preset-minify from 0.4.1 to 0.4.2 in app/react-native 2018-05-14 16:48:09 +00:00
Dependencies.io Bot
6d2e6fb163 Update babel-preset-env from 1.6.1 to 1.7.0 in app/react-native 2018-05-14 16:48:08 +00:00
Dependencies.io Bot
97f8cf0849 Update babel-plugin-macros from 2.2.0 to 2.2.1 in app/react-native 2018-05-14 16:48:07 +00:00
Hypnosphi
7b1907946a Merge remote-tracking branch 'origin/master' into generic-addon-decorators
# Conflicts:
#	addons/viewport/package.json
2018-05-13 01:27:33 +03:00
Michael Shilman
369e7204a6 v4.0.0-alpha.6 2018-05-12 13:32:30 -07:00
Michael Shilman
ca8d96d6d5 v4.0.0-alpha.5 2018-05-12 13:26:33 -07:00
Hypnosphi
2889076bf2 RN: Sync selected story between manager and device 2018-05-12 20:16:21 +03:00