A social fitness challenge app built with Expo, React Native, and Supabase.
- Framework: Expo SDK 54 + Expo Router v6
- UI: React Native + NativeWind (Tailwind CSS)
- Backend: Supabase (Auth, Database, RLS)
- State: Zustand + TanStack React Query
- Language: TypeScript
pnpm install- Copy
.env.local.exampleto.env.localand fill in Supabase credentials npx expo start
npx eas build --platform ios --profile development # Device build
npx eas build --platform ios --profile development-simulator # Simulator build
npx eas build --platform ios --profile preview # TestFlight
npx eas build --platform all --profile production # Production