Upgrade Expo SDK versions
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.