What problem does it solve? Structuring navigation in Expo apps requires knowledge of file-based routing conventions, native stack configuration, and platform-specific UI patterns that are easy to get wrong, leading to broken routes, missing headers, and non-native user experiences. ## Core Features & Use Cases - File-Based Route Structure: Organize routes in the app directory with dynamic segments, catch-all routes, group routes, and shared array routes across tabs. - Native Navigation Components: Configure Link with previews and context menus, native Stack screens, modals, form sheets, NativeTabs, headers, toolbars, and header search bars. - Use Case: When building an Expo app with tabs and detail screens, use this Skill to scaffold the app directory with NativeTabs at the root, nested Stacks per tab, and shared group routes so both tabs can push common screens. ## Quick Start Use the expo-router skill to set up a tab-based navigation structure with native stacks, link previews, and a search tab for my Expo app.