react-native-redux-navigation-starter

1.0.1 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i react-native-redux-navigation-starter

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

392 kB

Total Files

55

Last publish

Collaborators

  • sivarajng