Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yycorcino/simple-react-native-navigation
Training App that contains Supabase Auth and Mini Menu Bar
https://github.com/yycorcino/simple-react-native-navigation
expo react-native supabase
Last synced: 3 months ago
JSON representation
Training App that contains Supabase Auth and Mini Menu Bar
- Host: GitHub
- URL: https://github.com/yycorcino/simple-react-native-navigation
- Owner: yycorcino
- Created: 2024-09-10T00:10:20.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-12T06:20:27.000Z (4 months ago)
- Last Synced: 2024-09-27T21:23:05.522Z (3 months ago)
- Topics: expo, react-native, supabase
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Installation
_Quick Steps to Get Project Running._
1. Run Android Studio and Start [Android Emulator](https://developer.android.com/studio/run/emulator)
2. Run Project
```
npx expo start -c
```
_Start and Clear Cache_
4. Add Supabase Credentials to .env file
```
Change .env.example -> .env and fill in required credentials
```
_Credentials can be found on Supabase._
_I used [Supabase Auth](https://supabase.com/docs/guides/auth/quickstarts/react-native) and [Supabase User Management Doc](https://supabase.com/docs/guides/getting-started/tutorials/with-expo-react-native) to help me configure the login._