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
react-ui-patterns
Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
reference-builder
Creates exhaustive technical references and API documentation.