Skip to content

josepernia8/react-native-redux-boilerplate

 
 

Repository files navigation

React-Native Redux Boilerplate

Greenkeeper badge

This is a simple react-native init project with some libraries that I just installed myself and I use it on many projects as my "RN starter kit". This project includes out of the box:

  • React-Native
  • React-Native-Navigation
  • Redux
  • Redux Saga
  • Redux Offline
  • ESlint
  • Airbnb's ESlint rules

Installation

Clone repo and run:

yarn
cd ios/ && pod install
cd .. && yarn start

Description

Starting a new project can be take some time to configure project structure, libraries and so on... So, I decided to make this starter kit open-source for anyone who needs a little help.

About

My RN starter kit with Redux and Redux Saga

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.9%
  • Objective-C 35.1%
  • Python 12.3%
  • Java 8.8%
  • Ruby 1.9%