What problem does it solve? Expo and React Native development spans many domains—UI, data fetching, deployment, upgrades, CI/CD—and knowing which conventions and APIs apply to each task is difficult. This Skill acts as an orchestrator that detects the task context and loads the correct official Expo sub-skill so responses follow current best practices. ## Core Features & Use Cases - Skill Routing: An orchestrator file maps task signals (e.g., eas build, useQuery, NativeTabs) to the right sub-skill among eleven specialized guides. - Full Lifecycle Coverage: Sub-skills cover building native UI, data fetching with React Query, SDK upgrades, Tailwind/NativeWind setup, dev clients, store deployment, API routes, EAS CI/CD workflows, SwiftUI/Jetpack Compose components, and DOM components. - Use Case: When asked to submit an app to TestFlight, the orchestrator activates the expo-deployment and expo-dev-client skills, which provide the exact eas build -p ios --profile production --submit commands and eas.json configuration. ## Quick Start Ask the assistant to help with any Expo task such as building a screen, upgrading the SDK, or deploying to the App Store, and it will load the matching sub-skill automatically.