An open API service indexing awesome lists of open source software.

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

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