Set up your react-native projects with a few commands.
- react-native => 0.31
- react => 15.2.1
- Gradel Plugin => 2.1.0
- Gradel Wrapper => 2.14.1
- react-native-router-flux
- react-native-material-kit
- react-redux
- redux
- redux-thunk
- eslint
- babel-eslint
$ git clone https://github.com/orange-beans/easy-react-native-starter$ npm install$ npm run android-start$ npm run android-set-port$ npm run android-build-debug$ npm run android-build-release$ npm run android-install-debug$ npm run android-install-releaseFor the release build, a dummy keystore is used to quickly test the release version. To use your own keystore, please see this article for instructions on how to create a keystore.