React Native upgrade workflow covering updated templates, dependencies, and common pitfalls. Use when migrating a React Native app to a newer release.
Add this skill
npx mdskills install callstackincubator/upgrading-react-nativeWell-organized upgrade workflow with clear problem mapping and modular reference structure
1---2name: upgrading-react-native3description: React Native upgrade workflow covering updated templates, dependencies, and common pitfalls. Use when migrating a React Native app to a newer release.4license: MIT5metadata:6 author: Callstack7 tags: react-native, upgrade, upgrade-helper, npm, changelog, cocoapods, ios, android8---910# Upgrading React Native1112## Overview1314Covers the full React Native upgrade workflow: template diffs via Upgrade Helper, dependency updates, Expo SDK steps, and common pitfalls.1516## When to Apply1718Reference these guidelines when:19- Moving a React Native app to a newer version20- Reconciling native config changes from Upgrade Helper21- Validating release notes for breaking changes2223## Quick Reference2425| File | Description |26|------|-------------|27| [upgrading-react-native.md][upgrading-react-native] | Router: choose the right upgrade path |28| [upgrade-helper-core.md][upgrade-helper-core] | Core Upgrade Helper workflow and reliability gates |29| [upgrading-dependencies.md][upgrading-dependencies] | Dependency compatibility checks and migration planning |30| [react.md][react] | React and React 19 upgrade alignment rules |31| [expo-sdk-upgrade.md][expo-sdk-upgrade] | Expo SDK-specific upgrade layer (conditional) |32| [upgrade-verification.md][upgrade-verification] | Manual post-upgrade verification checklist |33| [monorepo-singlerepo-targeting.md][monorepo-singlerepo-targeting] | Monorepo and single-repo app targeting and command scoping |3435## Problem → Skill Mapping3637| Problem | Start With |38|---------|------------|39| Need to upgrade React Native | [upgrade-helper-core.md][upgrade-helper-core] |40| Need dependency risk triage and migration options | [upgrading-dependencies.md][upgrading-dependencies] |41| Need React/React 19 package alignment | [react.md][react] |42| Need workflow routing first | [upgrading-react-native.md][upgrading-react-native] |43| Need Expo SDK-specific steps | [expo-sdk-upgrade.md][expo-sdk-upgrade] |44| Need manual regression validation | [upgrade-verification.md][upgrade-verification] |45| Need repo/app command scoping | [monorepo-singlerepo-targeting.md][monorepo-singlerepo-targeting] |4647[upgrading-react-native]: references/upgrading-react-native.md48[upgrade-helper-core]: references/upgrade-helper-core.md49[upgrading-dependencies]: references/upgrading-dependencies.md50[react]: references/react.md51[expo-sdk-upgrade]: references/expo-sdk-upgrade.md52[upgrade-verification]: references/upgrade-verification.md53[monorepo-singlerepo-targeting]: references/monorepo-singlerepo-targeting.md54
Full transparency — inspect the skill content before installing.