/react-native-redux-starter

A boilerplate for building a mobile app using React Native and Redux.

Primary LanguageObjective-CMIT LicenseMIT

React-native redux starter

A boilerplate for building a mobile app using React Native and Redux.

Requirements

See Getting Started to install requirement tools.

Stack

  • React Native 0.24.1 for building native apps using react
  • Redux 3.5.x a predictable state container for Javascript apps
  • Babel 6.x.x for ES6+ support
  • Immutable Immutable persistent data collections for Javascript
  • React Native Router Flux a router based on new React Native Navigation API

Getting Started

Clone the repo and install dependencies:

$ git clone https://github.com/eduvon0220/react-native-redux-starter.git
$ cd react-native-redux-starter
$ npm install
$ npm start            # starts the development server
iOS:

Open App.xcodeproj in Xcode, build and run the project.

Debugging

Access the in-app developer menu and select Debug in Chrome.