What problem does it solve? Structuring navigation in React Native apps with Expo Router requires knowing many conventions: file-based routes, dynamic segments, group routes, native stacks, tabs, modals, and headers. This Skill provides the conventions and code patterns to build correct, native-feeling 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 Stack screens, NativeTabs with SF Symbols, modals, form sheets, headers, toolbars, and header search bars. - Rich Link Interactions: Add Link previews, long-press context menus, and Apple Zoom transitions for iOS-native navigation feel. - Use Case: You are building an Expo app with a home feed and search tab. Use this Skill to set up NativeTabs with a search role, nest Stacks per tab with large titles, add a header search bar, and present detail screens as form sheets. ## Quick Start Use the expo-router skill to set up a NativeTabs layout with home and search tabs, each with its own native Stack and a header search bar.