- Notifications
You must be signed in to change notification settings - Fork6
Expo + Supabase + Zustand + NativeBase Starter kit
License
NotificationsYou must be signed in to change notification settings
linus1703/expo-starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Start FAST with Expo + Supabase + NativeBase + Zustand.
- Expo SDK
47
- Supabase
- Zustand
- NativeBase
- React Navigation
- Auth flow (Login, Register, Session management)
- Clone this project
git clone https://github.com/linus1703/expo-starter
- Change into the directory and install the dependencies
cd expo-starteryarn install
- Update
/app/config/config.base.ts
with your own configuration, e.g.:
# Replace XXXX's with your own Supabase keysSUPABASE_URL:"XXXX",SUPABASE_ANON_KEY:"XXXX",
- Start the project:
yarn start
Expo Starter/├─ app/│ ├─ components/│ ├─ config/│ ├─ constants/│ ├─ hooks/│ ├─ navigation/│ ├─ screens/│ ├─ services/│ ├─ stores/├─ assets/│ ├─ fonts/│ ├─ images/App.tsx
Main screens:
- Login
- Signup
- Home (Bare Minimum) with a logout button
About
Expo + Supabase + Zustand + NativeBase Starter kit
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.