stripped down version expo app ready for development

This commit is contained in:
Fhj0607
2026-04-15 10:16:09 +02:00
parent 35e36b6292
commit e38d6f9121
7 changed files with 12 additions and 296 deletions

7
lib/supabase.ts Normal file
View File

@@ -0,0 +1,7 @@
import { createClient } from '@supabase/supabase-js'
export const supabase = createClient(
process.env.EXPO_PUBLIC_SUPABASE_URL,
process.env.EXPO_PUBLIC_SUPABASE_PUBLISHABLE_KEY
)