https://github.com/linux08/react-native-authentication
Extended React-native authentication with React-navigation
https://github.com/linux08/react-native-authentication
react react-native react-navigation reactcontextapi redux
Last synced: 9 months ago
JSON representation
Extended React-native authentication with React-navigation
- Host: GitHub
- URL: https://github.com/linux08/react-native-authentication
- Owner: linux08
- Created: 2018-09-07T12:10:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T00:17:52.000Z (over 7 years ago)
- Last Synced: 2025-03-26T08:05:53.515Z (9 months ago)
- Topics: react, react-native, react-navigation, reactcontextapi, redux
- Language: JavaScript
- Homepage: https://reactnavigation.org/docs/en/auth-flow.html
- Size: 173 KB
- Stars: 45
- Watchers: 6
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://reactnavigation.org/docs/en/auth-flow.html).
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