Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Expo Starter App with Basic Auth Flow



Supports Expo iOS

Supports Expo Android

Supports Expo Web

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)