In the final video in the 9 part series, we put together everything we covered to show saving record to Supabase database. In the record we include a reference to an image uploaded to a supabase bucket using the ImagePicker to pick an image from the gallery or take a photo.
Finally we use react hook form to validate the data before saving it to the database; Then we use supabase realtime to get updates when the table the data is saved to is updated
Video
Links
- KeyboardAwareScrollView - https://www.npmjs.com/package/react-native-keyboard-aware-scrollview
- ImagePicker - https://docs.expo.dev/versions/latest/sdk/imagepicker/
- ReactHookForm - https://react-hook-form.com/
- Supabase - https://supabase.io/
Top comments (0)