Content Deep Dive
React Native file upload with Supabase Storage
Blog post from Supabase
Post Details
Company
Date Published
Author
Simon Grimm
Word Count
2,652
Language
English
Hacker News Points
3
Source URL
Summary
In this tutorial, we will create a file-sharing app using React Native and Supabase Storage. We will set up a new Supabase project, configure authentication and storage, and build the React Native app. The app will allow users to upload files to a backend and access their own folder of files. We will also use Expo AsyncStorage to store the Supabase session and Expo Image Picker to select images from the device. Finally, we will display the uploaded files in an image gallery format.