> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobile-starter.amisi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Expo + Nx caveats

> Known caveats and workarounds when running Expo inside an Nx workspace

# Expo + Nx caveats

## Metro config

Expo Router expects Metro to support `require.context`. In this repo, Metro is configured for the mobile app in `apps/mobile/metro.config.js`.

## Dependency alignment

If you see Expo warnings about expected React versions, prefer `expo install` (or align versions) instead of manually pinning mismatched React/React Native versions.
