From antigravity-awesome-skills
Guides Expo SDK upgrades: plans via release notes, updates deps with expo install --fix, handles breaking changes, migrates configs, tests iOS/Android. For SDK version bumps.
npx claudepluginhub sickn33/antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
Upgrade Expo SDK versions safely, handling breaking changes, dependencies, and configuration updates.
Guides Expo SDK upgrades: plans via release notes, updates deps with expo install --fix, handles breaking changes, migrates configs, tests iOS/Android. For SDK version bumps.
Guides React Native and Expo SDK version upgrades via 5-step process: pre-assessment, core updates, dependency management, breaking change migrations, and verification.
Build and maintain React Native apps with Expo SDK, EAS Build, EAS Update, and Continuous Native Generation. Use for configuring projects, adding native modules, building binaries, or OTA updates.
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.