upgrade-react-native

Installation
SKILL.md

Upgrade React Native Fixture App

Overview

The fixture app lives in fixture/react-native/. It is the primary test vehicle for FlashList on iOS and Android. The web fixture (fixture/web/) uses Expo and is independent — check it builds after the upgrade but it does not need the same dependency changes.

Step 1 — Research the Target Version

  1. Check the latest stable RN version:

    npm view react-native@latest version
    
  2. Use the rn-diff-purge repo to see the exact template diff between your current and target version:

    https://raw.githubusercontent.com/react-native-community/rn-diff-purge/release/<version>/RnDiffApp/<file>
    

    Key files to fetch:

    • package.json — React version, CLI versions, dev dep versions
Related skills
Installs
7
GitHub Stars
7.1K
First Seen
Apr 13, 2026