fitness tracker
Install dependencies:
bun installStart the Expo development server:
npx expo start -cRun on iOS simulator/device:
bun run iosRun on Android emulator/device:
bun run androidRun on web:
bun run webGenerate native iOS and Android projects:
npx expo prebuild --platform ios --cleanIf you need both platforms:
npx expo prebuild --clean