Help us improve
Share bugs, ideas, or general feedback.
From antigravity-awesome-skills
Guides Expo SDK upgrades: reviews release notes/breaking changes, updates dependencies with expo install --fix and expo-doctor, migrates configs/APIs, tests iOS/Android compatibility.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsHow 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.
Upgrades Expo SDK versions with guidance on breaking changes, dependency updates, and configuration migration.
Guides React Native and Expo SDK version upgrades via 5-step process: pre-assessment, core updates, dependency management, breaking change migrations, and verification.
Provides guidelines for upgrading Expo SDK versions, fixing dependencies, handling breaking changes like React 19 and new architecture migrations, prebuild, and cache clearing.
Share bugs, ideas, or general feedback.
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.