Extended React-native authentication with React-navigation https://reactnavigation.org/docs/en/auth-flow.html
Find a file
2018-09-08 01:17:41 +01:00
Basic-Integration Fixes 2018-09-07 23:10:01 +01:00
Context-API-Integration Fixes 2018-09-07 23:10:01 +01:00
Redux-Integration Added react-redux to package 2018-09-08 00:37:35 +01:00
README.md Update read me 2018-09-08 01:17:41 +01:00

This project shows different ways you can persist user authentication in your React-Native app using Redux and React Context-API

The sample shown on react-navigation official website can be found here React native authentication.

To get started

  • clone the repo

  • cd into any of the folder

  • Install dependencies

$ npm i
  • Start application
$ npm start

Link to tutorial here https://medium.com/@holy_abimz/persisting-user-authentication-in-a-react-native-app-778e028ac816