This is a react-native boilerplate for a simple app with a TabBar, a Redux data store and external Api call via redux-api-middleware
- Platform independent TabBar implementation
- React-native-router-flux as router implementation (using Scene instead of Route)
- redux-api-middleware for external api call
- now using fetch-everywhere for cross platform global fetch
- Using redux-logger for logging
- ES6 syntax throughout
- Code organized in simple directory structure
See React-Native Getting Started to install required tools.
$ yarn global add react-native-cli
$ yarn install
$ react-native run-ios
or
$ react-native run-android
0.3.0:
- Android now tested
- No more adjustments on redux-api-middleware necessary
0.2.0:
- Android now tested (yet)
- Small adjustments to redux-api-middleware and isomorphic-fetch necessary