From antigravity-awesome-skills
Upgrades Expo SDK versions with guidance on breaking changes, dependency updates, and configuration migration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:upgrading-expoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Upgrade Expo SDK versions safely, handling breaking changes, dependencies, and configuration updates.
Upgrade Expo SDK versions safely, handling breaking changes, dependencies, and configuration updates.
Use this skill when you need to upgrade Expo SDK versions.
Use this skill when:
This skill guides you through upgrading Expo SDK versions:
# Update Expo CLI
npm install -g expo-cli@latest
# Upgrade Expo SDK
npx expo install expo@latest
# Update all Expo packages
npx expo install --fix
# Check for outdated packages
npx expo-doctor
# Update packages to compatible versions
npx expo install --fix
# Verify compatibility
npx expo-doctor
expo install instead of npm install for Expo packagesapp.json for new SDK requirementsexpo-doctor to verify setupFor more information, see the source repository.
npx claudepluginhub dev-moe-kyawaung/antigravity-awesome-skills10plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 10 plugins
Guides React Native and Expo SDK version upgrades via 5-step process: pre-assessment, core updates, dependency management, breaking change migrations, and verification.
Guides upgrading Expo SDK versions, fixing dependency issues, and migrating between SDK versions with step-by-step instructions and references for breaking changes.
Guides upgrading Expo SDK, fixing dependency conflicts, and migrating to new APIs (React 19, New Architecture, expo-audio/video, expo-router). Includes step-by-step process, prebuild steps, and cache clearing.