Upgrade Expo SDK versions
54
61%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/upgrading-expo/SKILL.mdThe canonical home for this skill is upgrading-expo in administrakt0r/AI-Agents-Safe-Coding-Skills
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-doctorexpo install instead of npm install for Expo packagesapp.json for new SDK requirementsexpo-doctor to verify setupFor more information, see the source repository.
900c504
Canonical home
since Aug 19, 2026
Also appears in
since Aug 19, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.