Upgraded to latest versions of Expo and Expo-Router
This Project Assumes there is a database with the following setup
- There is a
Task
table in the database and the table has three columns- title: string;
- description: string;
- owner: string;
- There is a Storage Bucket name
images
- Supabase auth
- Supabase account creation
- Supabase database CRUD
- Supabase database storage
- Expo Camera
- Expo Image Picker
- Expo Router v3