• Stars
    star
    271
  • Rank 151,717 (Top 3 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created about 7 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK ๐Ÿ˜Ž


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