This app is using the expo-router
and Supabase to upload files to Supabase Storage.
Routes are protected by Supabase Auth.
- Make sure to include your own Supabase keys inside the
config/initSupabase.ts
file. - Also create a new bucket
files
inside Supabase Storage, and use thecreate-policy.sql
to create a policy that allows users to upload files only to their own folder inside the bucket.
To run the provided example, you can use:
npm expo start