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.

justbecauselabs 6ecc422 2 files · 68.1 KB Updated

File contents

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.

justbecauselabs/agent-skills/tree/main/expo-router commit 6ecc4225a4

Frequently asked questions

npx skillmds@latest add justbecauselabs/expo-router