Skip to content

china-english/react-native-boilerplate

Repository files navigation

react-native-boilerplate

  • 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

插件介绍

  1. react => 16.3.1

  2. react-native => 0.55.4

  3. native-base => 2.8.1

  4. prop-types => 15.6.2

  5. react-native-router-flux => 4.0.0-beta.31

  6. redux-saga => 0.16.0

  7. redux-immutable => 4.0.0

  8. redux-form => 7.4.2

项目介绍

开始使用

  1. git clone https://github.com/china-english/react-native-boilerplate.git

  2. cd react-native-boilerplate

  3. npm i or yarn

  4. 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