react-native-resumable-upload-supabase
react-native-resumable-upload-supabase copied to clipboard
React Native File Upload with Expo to Supabase Storage
This app is using the expo-router and Supabase to upload files to Supabase Storage.
Routes are protected by Supabase Auth.
Configuration
- Make sure to include your own Supabase keys inside the
config/initSupabase.tsfile. - Also create a new bucket
filesinside Supabase Storage, and use thecreate-policy.sqlto create a policy that allows users to upload files only to their own folder inside the bucket.
Running this example
To run the provided example, you can use:
npm expo start
Preview