aaronksaunders / expo-router-supabase-tanstack

Sample application using Expo Router V2, Tanstack Query For React and Supabase Database and Storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample application using Expo Router V2, Tanstack Query For React and Supabase Database and Storage


Languages

Language:TypeScript 98.4%Language:JavaScript 1.6%