Hypnosphi
def1e04dbb
Cleanup dependencies
2018-02-25 03:53:03 +03:00
Hypnosphi
398ff2639e
eslint: remove unused disable directives
2018-02-17 20:35:37 +03:00
Hypnosphi
029f2b4d0b
Reflect the new peer dependencies in docs and CLI templates
2018-01-11 02:13:38 +03:00
Norbert de Langen
f20d8603b1
Merge branch 'master' into release/3.3
...
# Conflicts:
# addons/comments/src/manager/components/CommentItem/index.js
# addons/comments/src/manager/containers/CommentsPanel/dataStore.js
# addons/comments/src/manager/containers/CommentsPanel/index.js
# addons/info/src/components/PropTable.js
# lib/cli/bin/generate.js
# lib/cli/generators/UPDATE_PACKAGE_ORGANIZATIONS/index.js
# lib/ui/src/modules/ui/components/addon_panel/index.test.js
# scripts/test.js
2017-11-03 00:43:42 +01:00
Daniel Duan
cfb80dd9df
#2081 add hmr to other rn app template
2017-11-01 22:57:26 -04:00
hypnos
f0c6942b61
Compare current and latest versions
2017-09-15 02:25:02 +03:00
hypnos
067ccdf9a0
Refactor CLI
2017-09-14 04:35:40 +03:00
hypnos
e91d60e2f4
Merge release/3.3
2017-09-08 01:44:20 +03:00
Norbert de Langen
7ab74c6a34
LINTING
2017-09-06 20:57:31 +02:00
Norbert de Langen
d0b752d8d3
FIX linting after prettier upgrade
2017-09-06 00:54:12 +02:00
hypnos
6826ce03ce
Run prettier
2017-09-03 07:03:46 +03:00
hypnos
7df5a6ab93
Add tests for CLI. Support node 4
2017-08-30 02:47:15 +03:00
Michael Shilman
82a40aff7e
Install @storybook/react-native
in RN getstorybook
2017-08-26 00:41:26 -07:00
hypnos
2188121c53
CLI (React Native): ensure having an explicit dependency on prop-types
2017-08-23 02:45:50 +03:00
hypnos
4bcff45de0
Revert "CLI (React Native): ensure having an explicit dependency on prop-types
"
...
This reverts commit cfc8bf070a1cd3635a31884012d13d114d1c2b6f.
2017-08-23 02:44:40 +03:00
hypnos
cfc8bf070a
CLI (React Native): ensure having an explicit dependency on prop-types
2017-08-23 02:43:52 +03:00
hypnos
24df843309
Detect each latest version independently
2017-08-17 02:24:56 +03:00
hypnos
1601322fdc
CLI: Add explicit dependencies on used plugins
2017-08-13 23:03:59 +03:00
Michael Shilman
52ef042203
Make onDeviceUI default for RN getstorybook
2017-08-01 13:24:12 -07:00
Michael Shilman
8f10fce540
Use RN packager host by default in examples and also CLI templates
2017-08-01 11:13:11 -07:00
Norbert de Langen
15540df990
CHANGE indentation rule eslint (prettier)
2017-07-08 22:57:21 +02:00
Tom Coleman
928ea5e1c1
Ensure we add the correct version of react-dom
...
We need to use an equal version to the `react` version the app is using.
#1284
2017-06-23 14:07:16 +10:00
Norbert de Langen
8fef4bb2d8
FIX linting
2017-06-05 00:58:23 +02:00
Norbert de Langen
da961dc508
FIX linting
2017-06-03 21:06:48 +02:00
Norbert de Langen
9d38bf8bd3
Mostly re-applied changes
2017-05-31 08:29:09 +02:00
Norbert de Langen
af1b0c11d2
Merge branch 'master' into eslint-strict
...
# Conflicts:
# .eslintignore
# .travis.yml
# addons/actions/src/containers/ActionLogger/index.js
# addons/centered/package.json
# addons/graphql/package.json
# addons/info/src/components/PropTable.js
# addons/info/src/components/Props.js
# addons/knobs/package.json
# addons/knobs/src/components/Panel.js
# addons/notes/package.json
# addons/notes/src/index.js
# addons/notes/src/register.js
# addons/storyshots/package.json
# addons/storyshots/src/index.js
# app/react-native/package.json
# app/react/package.json
# examples/cra-storybook/package.json
# examples/cra-storybook/src/stories/Welcome.js
# examples/test-cra/src/stories/Button.js
# examples/test-cra/src/stories/Welcome.js
# lib/channel-postmessage/package.json
# lib/channel-websocket/package.json
# lib/cli/bin/generate.js
# lib/cli/generators/METEOR/index.js
# lib/cli/generators/REACT/index.js
# lib/cli/generators/REACT/template/stories/index.js
# lib/cli/generators/REACT_NATIVE/index.js
# lib/cli/generators/REACT_SCRIPTS/index.js
# lib/cli/generators/REACT_SCRIPTS/template/src/stories/Welcome.js
# lib/cli/generators/WEBPACK_REACT/index.js
# lib/cli/lib/helpers.js
# lib/cli/package.json
# package.json
2017-05-31 07:45:04 +02:00
Michael Shilman
b7df231b95
Remove unused variable in CRNA
2017-05-25 22:09:05 +10:00
Michael Shilman
3e2673b962
Add CRNA support
...
1. detect CRNA projects
2. simplify RN and CRNA templates by consolidating app into single
`index.js` instead of `index.ios.js` and `index.android.js`
3. notify user of extra setup steps in CLI
4. document CRNA idiosyncrasies in README
2017-05-24 23:34:29 +10:00