What problem does it solve? Structuring navigation in Expo apps requires knowing many platform-specific conventions—file-based routes, dynamic segments, native stacks, tabs, modals, and iOS-specific features like form sheets and zoom transitions. This Skill provides the conventions, code patterns, and reference material to build correct native navigation without digging through documentation. ## Core Features & Use Cases - File-Based Routing: Organize routes in the app directory with dynamic routes, catch-all segments, group routes, and layout files. - Native Navigation Components: Configure native Stacks, NativeTabs with SF Symbols, Link previews, context menus, modals, and form sheets. - iOS Platform Features: Implement header toolbars, search bars, Apple zoom transitions, and iOS 26 liquid glass tab behaviors. - Use Case: When building a tabbed mobile app where each tab needs its own stack with large titles, a search tab, and modal detail screens, this Skill provides the exact layout structure and code to wire it together. ## Quick Start Use the expo-router skill to set up a NativeTabs layout with nested Stacks and a detail screen pushed via Link with a preview.