sivarajng / react-native-redux-navigation-starter

A starter boilerplate code for a mobile app using React Native, Redux and React-Navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A starter boilerplate code for a mobile app using React Native, Redux and React-Navigation.


Languages

Language:JavaScript 51.1%Language:Objective-C 28.6%Language:Python 11.2%Language:Java 9.1%