simple-react-native-navigation

Training App that contains Supabase Auth and Mini Menu Bar

Stars
0
Committers
1

Installation

Quick Steps to Get Project Running.

  1. Run Android Studio and Start Android Emulator

  2. Run Project

    npx expo start -c
    

    Start and Clear Cache

  3. 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 and Supabase User Management Doc to help me configure the login.

Related Projects