Upload files
Configure and integrate file upload functionality in your Application.
iOS
Web
Android
ExpoStarter provides a simple way to upload files to your server using the uploadthing.
Configure your project
Go to the uploadthing dashboard and create a new app if you haven't already.
Copy your uploadthing token id from the UploadThing dashboard and saved them in your project environment variables.
The <Uploader/>
component
you all set, you can find example of upload user profile avatar :
Example of add new router for custom document upload
In React, you can then use the component with the new router documentUploader
: