Mobile app built with Expo and React Native.
make installCreate your local env file:
cp .env.example .env.localRequired variables:
EXPO_PUBLIC_API_URLEXPO_PUBLIC_GOOGLE_IOS_CLIENT_IDEXPO_PUBLIC_GOOGLE_ANDROID_CLIENT_ID
Google sign-in requires both mobile client IDs.
Run on iOS:
make run-iosRun on Android:
make run-androidLint:
make lintPrettier:
make prettierClear Expo cache:
make cacheList available commands:
make help