What problem does it solve? Structuring navigation in Expo apps requires knowledge of file-based routing conventions, native stack configuration, and platform-specific presentation patterns that are easy to get wrong. ## Core Features & Use Cases - File-Based Routing: Organize routes with dynamic segments, catch-all routes, and group routes while keeping the app directory free of co-located components. - Native Navigation Patterns: Configure native Stacks, NativeTabs, modals, form sheets, headers, toolbars, and header search bars following iOS conventions. - Rich Link Interactions: Add Link previews, context menus, and Apple Zoom transitions to navigation flows. - Use Case: When building a tabbed app with a diary, search, and detail screens, use this Skill to scaffold the route structure with NativeTabs, nested Stacks per tab, and a shared group route for screens pushed from multiple tabs. ## Quick Start Use the expo-router skill to set up a NativeTabs layout with nested Stacks and a modal form sheet for my Expo app.