Back to skills

upgrading-react-native

development

Handles React Native version upgrades end-to-end: fetching template diffs from rn-diff-purge, updating package.json dependencies, migrating iOS and Android native config, and resolving CocoaPods and G

Setup & Installation

npx skills add https://github.com/callstackincubator/upgrading-react-native --skill upgrading-react-native
or paste the link and ask your coding assistant to install it
https://github.com/callstackincubator/upgrading-react-native
View on GitHub

What This Skill Does

Handles React Native version upgrades end-to-end: fetching template diffs from rn-diff-purge, updating package.json dependencies, migrating iOS and Android native config, and resolving CocoaPods and Gradle changes. Covers Expo SDK upgrades when applicable. Works for both monorepo and single-repo setups. Instead of manually cross-referencing Upgrade Helper diffs, CocoaPods changelogs, and Gradle docs across multiple RN releases, this skill sequences every step and flags breaking changes specific to the versions you are moving between.

When to use it

  • Working with upgrading react native functionality
  • Implementing upgrading react native features
  • Debugging upgrading react native related issues