feat(mobile): add AsyncStorage dep + env reader + theme constants

This commit is contained in:
byGalax
2026-05-13 23:54:10 +02:00
parent 035b5f078d
commit a275703ba6
5 changed files with 72 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Copy to `.env.local` and fill in. Expo bundles only EXPO_PUBLIC_* vars
# into the JS, which is what we want for these — they are public Supabase
# project keys (anon key + URL) protected by RLS on the server.
EXPO_PUBLIC_SUPABASE_URL=https://your-supabase-host.example
EXPO_PUBLIC_SUPABASE_ANON_KEY=sb_publishable_...
EXPO_PUBLIC_AUTH_REDIRECT_URL=netralax://auth/callback