react-native-redux-navigation-starter
v1.0.1
Published
A starter boilerplate code for a mobile app using React Native, Redux and React Navigation
Downloads
14
Maintainers
Readme
React Native Redux Navigation Starter
A starter boilerplate code for a mobile app using React Native, Redux and React Navigation.
All the react-redux and react-navigation configurations are pre done, so the developer can simply download the repo, install dependencies and start his logics by creating screens and dispatch actions.
(also supporting RN 0.54+)
Requirements
- Node
6.x
or newer - React Native for development
- Xcode for iOS development
- Android Studio for Android development
- Android SDK
23.0.1
or newer for Android development
See Getting Started to install requirement tools.
Stack / Libraries
- React Native
0.54.2
for building native apps using react - Redux
5.0.7
a predictable state container for Javascript apps - React Navigation
1.5.8
a router based on new React Native Navigation API - Babel
6.x.x
for ES6+ support
Get Started
1. Installation
For downloading source through npm
$ npm install react-native-redux-navigation-starter
For downloading source through yarn
$ yarn add react-native-redux-navigation-starter
On the command prompt run the following commands
$ git clone [email protected]:sivarajng/react-native-redux-navigation-starter.git
or
$ git clone https://github.com/sivarajng/react-native-redux-navigation-starter.git
$ cd react-native-redux-navigation-starter/
$ npm install