Expo + Supabase + Zustand + NativeBase Starter kit
Last updated Feb 4, 2026
50
Stars
7
Forks
0
Issues
0
Stars/day
Attention Score
4
Language breakdown
No language data available.
โธ Files
click to expand
README
Expo-starter
Start FAST with Expo + Supabase + NativeBase + Zustand.Features
- Expo SDK
47 - Supabase
- Zustand
- NativeBase
- React Navigation
- Auth flow (Login, Register, Session management)
Installation
- Clone this project
git clone https://github.com/linus1703/expo-starter
- Change into the directory and install the dependencies
cd expo-starter
yarn install
- Update
/app/config/config.base.tswith your own configuration, e.g.:
# Replace XXXX's with your own Supabase keys
SUPABASE_URL: "XXXX",
SUPABASEANONKEY: "XXXX",
- Start the project:
yarn start
File Structure
Expo Starter/
โโ app/
โ โโ components/
โ โโ config/
โ โโ constants/
โ โโ hooks/
โ โโ navigation/
โ โโ screens/
โ โโ services/
โ โโ stores/
โโ assets/
โ โโ fonts/
โ โโ images/
App.tsx
Screens
Main screens:
- Login
- Signup
- Home (Bare Minimum) with a logout button

๐ More in this category