Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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._