Boilerplate for react-native projects.
- Install the react-native command line tools.
yarn global add react-native-cli npm -g install react-native-cli
- Run
react-native run-ios
orreact-native run-android
on the root directory.
- Change names in app.json.
- Delete directories /android and /ios.
- Install node modules.
- Run
react-native eject
. - Run
react-native link
. - Replace
'RNBoilerplate'
with new app name in App.js. - Replace name with app name in package.json.
- Add react-navigation library
- More screens to demostrate redux and navigation
- Unit Tests