Guides
Claire developer docs
Mobile development
Work on the Expo iOS, Android, and mobile web client.
Mobile development
The mobile app lives in mobile/. It is Expo SDK 55, React Native 0.83, and Expo Router.
bun run setup
bun run dev:mobileiOS:
cd mobile
bunx expo prebuild --clean --platform ios
bunx expo run:iosMock-mode Playwright tests:
cd mobile
MOCK_BRIDGE=true bunx playwright testDo not commit mobile/.env, mobile/.env.local, or EAS production values.