Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufff/expo-starter-basic-auth
An Expo starter app that has the most basic auth flow and navigation
https://github.com/yusufff/expo-starter-basic-auth
context-api expo react-native react-navigation-v5 starter-project
Last synced: about 1 month ago
JSON representation
An Expo starter app that has the most basic auth flow and navigation
- Host: GitHub
- URL: https://github.com/yusufff/expo-starter-basic-auth
- Owner: yusufff
- Created: 2020-05-31T14:59:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:21:56.000Z (about 2 years ago)
- Last Synced: 2023-08-04T17:08:15.269Z (over 1 year ago)
- Topics: context-api, expo, react-native, react-navigation-v5, starter-project
- Language: JavaScript
- Size: 1.81 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo Starter App with Basic Auth Flow
Very basic app that demonstrate basic auth flow and react-navigation v5 setup.
## 🚀 How to use
- Run `yarn` or `npm install`
- Run [`expo start`](https://docs.expo.io/versions/latest/workflow/expo-cli/), try it out.## 📝 Notes
- [Expo](https://docs.expo.io/)
- [React Navigation](https://reactnavigation.org/)
- [Axios](https://github.com/axios/axios)
- [React Context API](https://reactjs.org/docs/context.html)