linus1703
expo-starter
TypeScript

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

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.ts with 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
Login screen

Signup screen

ยฉ 2026 GitRepoTrend ยท linus1703/expo-starter ยท Updated daily from GitHub