What problem does it solve?
It solves the frustration of building inconsistent, non-native, or brittle Expo Router UIs by providing a single, opinionated checklist for styling, navigation, responsiveness, and platform-specific patterns.
Core Features & Use Cases
- Expo Router UI standards: Establishes consistent practices for stacks, tabs, modals, sheets, headers, toolbars, and link previews so screens feel cohesive across the app.
- Native-first component guidance: Recommends platform-appropriate controls, icons (SF Symbols), haptics, and media patterns to match iOS/Android expectations.
- Responsiveness and behavior rules: Covers safe-area handling, scroll/gesture-friendly layouts, and performance-minded animation guidance for smooth user experiences.
- Reference-driven implementation: Directs you to specialized guidance in references for animations, tabs, storage, icons, search, blur/glass, and advanced transitions (Apple Zoom).
Quick Start
Generate a new screen using Expo Router and follow the conventions in this skill for layout placement, safe-area/responsive scrolling, styling rules, and navigation configuration.