What problem does it solve?
This Skill streamlines the process of adding, editing, and organizing routes, layouts, and tab groups within an Expo Router application, ensuring a consistent and maintainable navigation structure.
Core Features & Use Cases
- Route Creation: Easily add new screens by defining their file paths and corresponding URLs.
- Tab Navigation: Configure tab bar layouts and add new tabs with options for titles.
- Route Grouping: Organize routes into logical groups (e.g., authentication, main app) using parentheses in directory names.
- Layout Management: Define custom layouts for route segments using
_layout.tsx files.
- Use Case: You need to add a new "Profile" screen to your Expo app that should be accessible via a tab. This Skill can create the
app/tabs/profile.tsx file and update app/tabs/_layout.tsx to include the new tab.
Quick Start
Add a new screen named 'settings' to the '(tabs)' group in the app directory.