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
theme-factory
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
cc-skill-project-guidelines-example
Project Guidelines Skill (Example)
react-flow-architect
"Expert ReactFlow architect for building interactive graph applications with hierarchical node-edge systems, performance optimization, and auto-layout integration. Use when Claude needs to create or optimize ReactFlow applications for: (1) Interactive process graphs with expand/collapse navigation, (2) Hierarchical tree structures with drag & drop, (3) Performance-optimized large datasets with incremental rendering, (4) Auto-layout integration with Dagre, (5) Complex state management for nodes and edges, or any advanced ReactFlow visualization requirements."