sibs-projects / react-native-redux-saga

Just a starter code to use redux and react-native with Login
178 stars 45 forks source link
boilerplate react react-native redux redux-saga redux-storage

React Native Redux Starter Code

Login using Redux, Redux Saga and Redux Storage

Good practice to create a Login using Redux, Redux Saga and Redux Storage, can be easily port to React Web

Goodness inside

First, install everything

npm i

Then Link

rnpm link

To run your app on iOS:

react-native run-ios

or Open ios/App.xcodeproj in Xcode Hit the Run button

To run your app on Android:

Have an Android emulator running (quickest way to get started), or a device connected

react-native run-android