This is a react native boilerplate with some common interactions that a mobile app needs, in addition to being connected to some sort of state management system like redux.
- Redux
- eslint
- Modal system
- Sidemenu (provided by react-native-drawer)
- Routing and transitions (provided by react-native-router-flux)
- Change the name of your app in
./app.json
- Change the name of your app in
./index.ios.js
and./index.android.js
yarn
or npm install
Then,
react-native run-ios