Skip to content

sodascope/react-native-redux-api-boilerplate

Repository files navigation

React Native / Redux / API Boilerplate

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

Features

  • 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

Installation

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

Release Notes

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