Expo Router
Overview
Use this skill to structure Expo Router layouts, link to screens, and handle deep links and modal flows correctly.
Quick Start
- Identify the navigation pattern (stack, tabs, nested layouts, modal, deep link).
- Open
references/expo-router.mdand jump to the relevant section. - Apply the pattern and verify route paths and params.
Notes
- Keep route files focused on layout and composition; push logic into hooks or services.
- Use layout files to control navigation structure rather than configuring screens ad hoc.