RN 0.85.2 Upgrade#8280
Open
markdevocht wants to merge 4 commits intomasterfrom
Open
Conversation
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
Upgrade React Native to 0.85.2 for
react-native-navigation+playground, add RN 0.85.2 CI lanes, and fix Android dev-bundle listener compatibility introduced in RN 0.85.x.What Changed
react-native->0.85.2@react-native/*toolchain packages ->0.85.2@react-native-community/cli*->20.1.0react-native-reanimated->4.3.0react-native-worklets->0.8.1@react-native/jest-preset@0.85.2jest.config.js:preset: '@react-native/jest-preset'playground/android/gradle/wrapper/gradle-wrapper.properties->gradle-9.3.1-bin.zip.buildkite/jobs/pipeline.android_rn_85.yml.buildkite/jobs/pipeline.ios_rn_85.yml.buildkite/pipeline.shDevBundleDownloadListenerAdapterJsDevReloadHandlerFacadeReloadHandlerFacadeonProgress(...)forms.onSuccess()default implementation to avoid recursive self-call.Backward Compatibility Notes
RNNAppDelegate(ios/RNNAppDelegate.h/.mmunchanged).DevBundleDownloadListeneruses either 3-arg or 4-arg progress callbacks.Validation
:react-native-navigation:compileReleaseJavaWithJavacpasses after listener fix.Test Suites: 18 passed, 18 totalTests: 156 passed, 26 skipped, 182 totalANDROID_SDK_ROOT/ AVD system path issue), not a compile regression.Notes
playground/ios/playground.xcodeproj/project.pbxprojchanged as part of CocoaPods/react-native dependency resolution (prebuilt React-Core removal path).