Claire Docs
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:mobile

iOS:

cd mobile
bunx expo prebuild --clean --platform ios
bunx expo run:ios

Mock-mode Playwright tests:

cd mobile
MOCK_BRIDGE=true bunx playwright test

Do not commit mobile/.env, mobile/.env.local, or EAS production values.

On this page