Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronksaunders/expo-router-supabase-tanstack
Sample application using Expo Router V2, Tanstack Query For React and Supabase Database and Storage
https://github.com/aaronksaunders/expo-router-supabase-tanstack
expo-router expo-router-auth expo-router-tabs supabase supabase-auth supabase-storage tanstack tanstack-query tanstack-react-query
Last synced: about 2 months ago
JSON representation
Sample application using Expo Router V2, Tanstack Query For React and Supabase Database and Storage
- Host: GitHub
- URL: https://github.com/aaronksaunders/expo-router-supabase-tanstack
- Owner: aaronksaunders
- Created: 2023-07-18T23:08:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T22:04:37.000Z (9 months ago)
- Last Synced: 2024-04-22T00:03:11.926Z (9 months ago)
- Topics: expo-router, expo-router-auth, expo-router-tabs, supabase, supabase-auth, supabase-storage, tanstack, tanstack-query, tanstack-react-query
- Language: TypeScript
- Homepage:
- Size: 634 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expo-router-supabase-tanstack
*Upgraded to latest versions of Expo and Expo-Router*
### Project Setup
---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`### This Project Demonstrates
---
- Supabase auth
- Supabase account creation
- Supabase database CRUD
- Supabase database storage
- Expo Camera
- Expo Image Picker
- Expo Router v3