JSPM

@richardhofmaenner/template-expo-supabase

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q53961F
  • License MIT

Template for a React Native app with Expo and Supabase Auth

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

    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.