Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@richardhofmaenner/template-expo-supabase) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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:expoto start the expo dev server - Run
yarn start:supabaseto 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.