expo-router-patterns
Installation
SKILL.md
Expo Router Patterns Skill
This skill covers Expo Router navigation for React Native.
When to Use
Use this skill when:
- Setting up navigation
- Creating screens and routes
- Implementing deep linking
- Protecting routes
Core Principle
FILE-BASED ROUTING - Routes are defined by file structure (like Next.js).
File Structure
Related skills