Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1010 Bytes

README.md

File metadata and controls

56 lines (33 loc) · 1010 Bytes

Unistyles-SupabaseAuth-Expo-Starter

This repo can be used as a starting point to build apps using Supabase Auth and Expo. Works on both web and mobile.

Installation

Clone the repo

  git clone https://github.com/xerxiastudios/unistyles-supabase-expo-starter.git myproject
  cd myproject
  yarn install

Then add Supabase url keys in .env file. Add your supabaseURL and supbaseAnonKey from Supbase dashboard settings. Also make sure that, for starting out disable email redirection from settings during signup with email.

Then start your expo server using

  yarn start

Press w to open web. (or go to localhost:8081) Press s to switch to dev build

For IOS

  yarn ios

For android

  yarn android

Features

  • Unistyles (Styling)
  • React Native Elements (UIKit)
  • Supabase (Auth and Backend)
  • Cross platform
  • Dark Mode
Screen.Recording.2024-01-15.at.11.03.23.AM.mov