bun install
- Install Docker Desktop: Link
- Start database
bunx supabase init
bunx supabase start
- Set up environment variables
Create a file called .env at the root of the repository, add the following environment variables from the output of supabase start
inside that file:
REACT_NATIVE_SUPABASE_URL="<API URL>"
REACT_NATIVE_SUPABASE_KEY="<anon key>"
This project works best with Expo Go instead of development build
bun start
i (for iOS)
a (for Android)