# Expo Router

> Expo Router navigation patterns. Use when adding or reorganizing routes, configuring stacks/tabs/modals, handling deep links, or implementing protected routes in Expo Router apps.

- Skill: `justbecauselabs/expo-router` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add justbecauselabs/expo-router`
- Raw SKILL.md: https://api.skillmd.com/api/skills/justbecauselabs/expo-router/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: justbecauselabs (https://skillmd.com/u/justbecauselabs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/justbecauselabs/expo-router

---


# Expo Router

## Overview
Use this skill to structure Expo Router layouts, link to screens, and handle deep links and modal flows correctly.

## Quick Start
1. Identify the navigation pattern (stack, tabs, nested layouts, modal, deep link).
2. Open `references/expo-router.md` and jump to the relevant section.
3. 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.

