1.0.0 • Published 1 year ago

@richardhofmaenner/template-expo-supabase v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Expo Supabase Auth

This is a template for using Supabase with Expo SDK 48 built with React Native Rapi UI. This repo uses the Supabase V2 Client

Requirements

Getting Started

  1. Create a new expo project yarn create expo-app --template @richardhofmaenner/template-expo-supabase <your-project-name>
  2. Run yarn start:expo to start the expo dev server
  3. Run yarn start:supabase to start the supabase dev server

Deploying

When you are ready to deply the app, please modify the supabase url and supbase key in src/utils/supabase.ts to your own.

Thank you

This template is based on the React Native Expo Template Repo/template-typescript-bottom-tabs-supabase-auth-flow and updated to use the supabase v2 client and the Expo SDK 48.