Start all React Native (with Redux) projects using this boiler plate.
- Change names in app.json.
- Delete directories /android and /ios.
- Install node modules.
- Run
react-native eject
. - Run
react-native link
. - Replace name with app name in package.json.