What problem does it solve?
This Skill provides practical navigation patterns and structure for Expo Router-driven React Native apps, helping teams organize screens, layouts, and flows without boilerplate.
Core Features & Use Cases
- File-based routing fundamentals: Understand how app/ routes map to screens and how to compose layouts with _layout.tsx.
- Route structures and patterns: Implement tabs, auth flows, dynamic routes, and catch-all routes in a scalable way.
- Navigation operations: Use programmatic navigation (navigate, push, replace, back) and link components to move between screens.
- Deep linking and modals: Configure and handle deep links and present modals from any screen to enhance UX.
- Typical use cases: Build an app with authentication, a tabbed main area, and nested screens like profile and settings.
Quick Start
Set up a minimal Expo Router project and implement a basic tab-based navigation with a home and profile screen, including an authentication flow.