Skip to content

React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎

License

Notifications You must be signed in to change notification settings

atoami/react-native-navigation-redux-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1bacd4f Β· Feb 21, 2019

History

61 Commits
Dec 26, 2018
Dec 26, 2018
Feb 21, 2019
Feb 21, 2019
Feb 21, 2019
Oct 13, 2017
Feb 21, 2019
Feb 21, 2019
Dec 25, 2018
Dec 25, 2018
Oct 13, 2017
Dec 25, 2018
Oct 13, 2017
Jan 14, 2019
Feb 21, 2019
Oct 13, 2017
Feb 21, 2019
Feb 21, 2019
Dec 26, 2018
Dec 25, 2018
Feb 21, 2019
Feb 21, 2019

Repository files navigation


React Native Navigation + Redux + Saga

A starter boilerplate for a mobile app using React Native and React Native Navigation(v2). This boilerplate also provides a cool redux-saga structure to bootstrap your react-native app development.

Screenshots


Requirements

Before start, make sure you installed:

Stack

How to run?

Clone the repo and install packages.

$ git clone https://github.com/atoami/react-native-navigation-redux-starter-kit ReactNativeBoilerplate
$ cd ReactNativeBoilerplate
$ yarn

Run Android Project.

$ react-native run-android

Run iOS Project.

$ cd ios && pod install
$ cd .. && react-native run-ios

Issues

Do you have any concern to run this project?  Please feel free to contact me!

License

This project is licensed under the MIT License