chore: upgrade fixture app to React Native 0.84#2117
Merged
naqvitalha merged 2 commits intomainfrom Mar 2, 2026
Merged
Conversation
Upgrade the fixture React Native app from 0.79.1 to 0.84.1. Key changes: - React 19.0.0 → 19.2.3, React Native 0.79.1 → 0.84.1 - react-native-reanimated 3.x → 4.x (+ react-native-worklets peer dep) - Babel plugin: react-native-reanimated/plugin → react-native-worklets/plugin - Metro: exclusionList import path updated for Metro 0.83+ - Android: Gradle 8.13 → 9.0.0, SDK 35 → 36, Kotlin 2.0.21 → 2.1.20 - Android: MainApplication.kt modernized to loadReactNative() pattern - iOS: Podfile cleaned up, IPHONEOS_DEPLOYMENT_TARGET 12.4 → 15.1 - iOS: RCTNewArchEnabled plist key added - E2E: Carousel screenshot references regenerated Also updates skills to remove machine-specific info and adds a new upgrade-react-native skill documenting the upgrade process.
React Native 0.84 requires Node >= 22.11. Update all CI workflows from Node 20.x to 22.18.0 (current LTS).
gantonious
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MainApplication.ktto the RN 0.84loadReactNative()patternexclusionListimport path)upgrade-react-nativeskill documenting the upgrade processTest plan
expo export --platform webbuilds successfullyyarn build(flash-list lib compilation) succeeds