- react => 16.3.1
- react-native => 0.55.4
verison | plug-in | note |
---|---|---|
0.0.1 | react-native-router-flux,native-base,redux-immutable,redux-saga | |
0.1.0 | redux-form | 在 0.0.1 的基础上添加 redux-form |
0.1.1 | redux-form | 在 0.1.0 的基础上添加 redux-form 生成器 |
0.2.0 | story-book |
- 项目结构
- Debugger: React Native Debugger(工具需要安装)
- Quick generation guide for container/component/form/form item template files
- storyBook
- 常见问题及项目更名
-
git clone https://github.com/china-english/react-native-boilerplate.git
-
cd react-native-boilerplate
-
npm i or yarn
-
npm start && react-native run-ios or npm start && react-native run-android
如果你要使用这个项目,可以使用
git remote remove origin && git remote add origin git@your_project_url