# apps/mobile — agent context

Expo Router mobile app (`@medlens/mobile`) for MedLens+.

## Development notes

- Use the workspace commands from [CLAUDE.md](CLAUDE.md).
- Keep the mobile app aligned with the web and API package conventions.
- Follow the repository safety and privacy guardrails for any health-related copy or logging.
- Prefer the shared packages (`@medlens/types`, `@medlens/logger`) over app-local duplication.
- When working with Expo, React Native, or Expo Router, refer to the official framework documentation and current best practices from those projects before changing architecture or integrations.

## Reference

- Expo docs: <https://docs.expo.dev/>
- Expo Router docs: <https://docs.expo.dev/router/>
- React Native docs: <https://reactnative.dev/docs/getting-started>
- Monorepo guidance: [../../AGENTS.md](../../AGENTS.md)
