What problem does it solve? Upgrading an Expo SDK involves breaking changes, deprecated packages, native rebuilds, and dependency conflicts that are easy to miss and painful to debug. This Skill provides a structured upgrade process with per-version migration guides so nothing gets overlooked. ## Core Features & Use Cases - Guided Upgrade Workflow: Runs npx expo install --fix, expo-doctor diagnostics, cache clearing, and prebuild steps in the correct order, with CNG vs bare workflow detection. - Version-Specific Migration References: Covers React 19 changes, React Compiler setup, New Architecture, native tabs, expo-av to expo-audio/expo-video, and react-navigation to expo-router migrations. - Housekeeping & Cleanup: Identifies deprecated packages, redundant Metro/PostCSS config, outdated patches, and Hermes V1 memory regression pitfalls. - Use Case: When moving a project from SDK 54 to SDK 57, use this Skill to upgrade dependencies, migrate expo-av audio code to expo-audio hooks, enable React Compiler, and verify the app with expo-doctor. ## Quick Start Use the expo-upgrade skill to upgrade this project to the latest Expo SDK and fix any dependency or migration issues.