1.0.1 • Published 6 years ago

react-native-redux-navigation-starter v1.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

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

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 git@github.com: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