A boilerplate for building a mobile app using React Native and Redux.
- Node
4.x
or newer - React Native for development
- Xcode for iOS development
See Getting Started to install requirement tools.
- 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
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
Open App.xcodeproj
in Xcode, build and run the project.
Access the in-app developer menu and select Debug in Chrome
.