Michael Shilman
cb1e01e2eb
CLI: REACT_NATIVE template CSF refactor
2019-10-12 09:46:40 +08:00
Norbert de Langen
3b015d54bd
CHANGE linting config to also lint react-native && FIX all linting issues
2019-06-25 16:05:11 +02:00
Laurent Debersaques
4bd6121f83
cli: replaced merge-dirs dependency by fs-extra
2019-06-16 00:33:30 +02:00
Michael Shilman
bb3e7f71cd
Github org rename to storybookjs
2019-06-03 11:06:42 -07:00
Mikael Carpenter
d143131451
Move option for using dev dependencies to npmOptions in initiate.js
...
update installDependencies helper to use that new option
update usage of that to not pass '-D' in list of dependencies
2019-04-30 16:36:06 -07:00
Mikael Carpenter
91c4edf204
clear up some naming according to feedback
2019-04-25 13:27:15 -07:00
Mikael Carpenter
fa991cc361
Update the remaining generators to use new install functions.
...
Add a new fixture that has a frozen lock file
Add documentation to the helper functions I changed
2019-04-25 10:12:16 -07:00
Benoit Dion
2cc346675a
Improve cli for react-native
...
Fixes #6470
- Set port to the default
- Use `installBabel` primitive to bring in babel-loader
2019-04-14 20:00:41 -04:00
Norbert de Langen
5397b51733
UPGRADE the react-native-scripts to latest expo && ADD app/react-native as dependency to RN projects (always)
2019-03-14 22:52:50 +01:00
Gytis Vinclovas
e216ee53a4
Reverting back to storybook.
2018-12-21 11:13:52 +02:00
Gytis Vinclovas
ff2236e35b
Asks if you want to install @storybook/react-native-server
2018-12-20 17:17:28 +02:00
Gytis Vinclovas
24ca226d52
Set storybook folder to .storybook
.
2018-12-18 17:00:31 +02:00
Gytis Vinclovas
fde314b31e
Updated instruction message in setup.
...
Added few comments in template.
Only notifies about not found app name if you use React Native Vanilla.
2018-10-10 09:55:33 +03:00
Gytis Vinclovas
5b78c5cd46
Unifying React Native template.
2018-10-09 10:54:09 +03:00
Keraito
5f991ff83d
Use npmOptions in all generators
2018-05-09 00:34:08 +02:00
Hypnosphi
def1e04dbb
Cleanup dependencies
2018-02-25 03:53:03 +03:00
Hypnosphi
029f2b4d0b
Reflect the new peer dependencies in docs and CLI templates
2018-01-11 02:13:38 +03: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
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
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
Michael Shilman
07db118e0a
Fix typo
2017-06-15 08:04:21 +10:00
Michael Shilman
222ca3c0e3
Fix bug in RN gestorybook
...
- replace APP_NAME in the correct file
- add a warning if APP_NAME cannot be found
2017-06-15 07:37:57 +10:00
Norbert de Langen
9d38bf8bd3
Mostly re-applied changes
2017-05-31 08:29:09 +02: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
Matt Oakes
5e9478f4f6
Add react-dom to the devDependency list for React Native projects
2017-05-23 09:22:08 +01:00
Norbert de Langen
a52ab86c4f
IMPROVE cli
2017-05-20 17:50:38 +02:00
Norbert de Langen
69b91f6e53
CHANGE folder structure && CHANGE package-names
2017-05-15 00:08:46 +02:00