Expo (React Native) app using Expo Router.
- Expo SDK 54, React Native 0.81
- expo-router, react-native-reanimated, react-native-ble-plx (native / dev build when used)
- TypeScript
app/— routes (index,game,pass,store,games,profile, …)src/components/— shared UIsrc/lib/theme.ts— spacing / default colors for wiring (edit freely)lib/— app utilities (assets, storage, BLE stubs)
npm install
npm startUse npm run ios, npm run android, or npm run web as needed.
Home + global bottom navigation intent is described in design/HOME-NAV-PROMPT.md only.