Overview
This page covers the native toolchain and key configuration locations for the mobile app. For the step-by-step run flow, see Start the Mobile App.Prerequisites
- Node.js 24+
- pnpm
- Expo CLI (
npm install -g @expo/cli) - Xcode (iOS) or Android Studio
- Optional: a physical iOS device on the same Wi‑Fi network
Steps
-
Copy the example env:
-
Install dependencies:
-
Prebuild (prompts for bundle ID):
-
Run the app:
Key Config Locations
apps/mobile/app.config.ts— bundle IDs, native plugins, build settingsapps/mobile/features/feature-registry.tsx— feature flags and providersapps/mobile/lib/env.ts— readsEXPO_PUBLIC_*values from.env