Upgrade Expo SDK versions
Add this skill
npx mdskills install sickn33/upgrading-expoComprehensive step-by-step upgrade guidance with good coverage of edge cases and best practices
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.
Install via CLI
npx mdskills install sickn33/upgrading-expoUpgrading Expo is a free, open-source AI agent skill. Upgrade Expo SDK versions
Install Upgrading Expo with a single command:
npx mdskills install sickn33/upgrading-expoThis downloads the skill files into your project and your AI agent picks them up automatically.
Upgrading Expo works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.