upgrading-expo
Frontend & Expérience UX"Upgrade Expo SDK versions"
Documentation
Upgrading Expo
Overview
Upgrade Expo SDK versions safely, handling breaking changes, dependencies, and configuration updates.
When to Use This Skill
Use this skill when you need to upgrade Expo SDK versions.
Use this skill when:
Instructions
This skill guides you through upgrading Expo SDK versions:
Upgrade Process
1. Pre-Upgrade Checklist
2. Update Expo SDK
# Update Expo CLI
npm install -g expo-cli@latest
# Upgrade Expo SDK
npx expo install expo@latest
# Update all Expo packages
npx expo install --fix3. Handle Breaking Changes
4. Update Dependencies
# Check for outdated packages
npx expo-doctor
# Update packages to compatible versions
npx expo install --fix
# Verify compatibility
npx expo-doctor5. Testing
Common Issues
Dependency Conflicts
expo install instead of npm install for Expo packagesConfiguration Changes
app.json for new SDK requirementsBreaking API Changes
Best Practices
expo-doctor to verify setupResources
For more information, see the [source repository](https://github.com/expo/skills/tree/main/plugins/upgrading-expo).
Compétences similaires
Explorez d'autres agents de la catégorie Frontend & Expérience UX
angular-ui-patterns
Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.
unity-developer
Build Unity games with optimized C# scripts, efficient rendering,
fp-ts-react
Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15.