@richardhofmaenner/template-expo-supabase
v1.0.0
Published
Template for a React Native app with Expo and Supabase Auth
Downloads
18
Maintainers
Readme
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
- Create a new expo project
yarn create expo-app --template @richardhofmaenner/template-expo-supabase <your-project-name>
- Run
yarn start:expo
to start the expo dev server - 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.