Skip to content

React Native, Redux, Redux Saga and NavigationExperimental starter

Notifications You must be signed in to change notification settings

MicheleBertoli/rn-redux-saga-starter

 
 

Repository files navigation

rn-redux-saga-starter

A React Native starter based on jlyman's example for building a mobile app using React Native, Redux, Redux Saga and NavigationExperimental.

Requirements

See Getting Started to install requirement tools.

Stack

  • React Native 0.25.1 for building native apps using react
  • Redux 3.3.x a predictable state container for Javascript apps
  • Babel 6.x.x for ES6+ support

Getting Started

Clone the repo and install dependencies:

$ git clone https://github.com/paolorovella/rn-redux-saga-starter.git
$ cd rn-redux-saga-router-starter
$ npm install
$ npm start            # starts the development server
iOS:

Open RNReduxSagaStarter.xcodeproj in Xcode, build and run the project.

About

React Native, Redux, Redux Saga and NavigationExperimental starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • Objective-C 26.8%
  • Python 8.6%
  • Java 5.5%