~/projects/finger
GitLab ->
typescriptreact nativesupabase
A mobile authentication app built with Expo and React Native.
Tech Stack
- Expo (SDK 53) with Expo Router
- React Native 0.79
- Tamagui for UI components
- Supabase for authentication and data storage
Getting Started
bun install
bun start
Scripts
| Command | Description |
|---|---|
bun start |
Start Expo dev server with tunnel |
bun run android |
Run on Android |
bun run ios |
Run on iOS |
bun run web |
Run on web |
bun run lint |
Run ESLint |
bun run format |
Format code with Prettier |
Project Structure
app/
index.tsx # Entry point
auth.tsx # Sign in / Sign up screen
home.tsx # Home screen (authenticated)
lib/
supabase.ts # Supabase client
config.ts # App configuration