Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Just a starter code to use redux and react-native with Login

Notifications You must be signed in to change notification settings

sibs-projects/react-native-redux-saga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

734e337 · Sep 11, 2016

History

17 Commits
May 23, 2016
Sep 11, 2016
May 23, 2016
Apr 27, 2016
May 23, 2016
Apr 27, 2016
Feb 1, 2016
Apr 14, 2016
May 23, 2016
May 23, 2016
May 23, 2016

Repository files navigation

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

  • normalizr - handle complex redux state
  • react-native-gifted-spinner - a cool RN loader
  • react-native-router-flux - easy navigation/router with redux support
  • react-native-vector-icons - awesome icons
  • redux-saga - side effects using generators
  • redux-storage - side redux state tree
  • react-native-navbar - navigation bar
  • react-native-button - buttons for RN

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