chore: Bump example apps to React Native 0.86.0-rc.3 (macOS to 0.81.7)#9669
Draft
MatiPl01 wants to merge 2 commits into
Draft
chore: Bump example apps to React Native 0.86.0-rc.3 (macOS to 0.81.7)#9669MatiPl01 wants to merge 2 commits into
MatiPl01 wants to merge 2 commits into
Conversation
50b8598 to
0b1ee49
Compare
0b1ee49 to
1502af6
Compare
6709ab6 to
2b46e05
Compare
1502af6 to
3355406
Compare
2b46e05 to
2bd6f95
Compare
3355406 to
161f0e3
Compare
2bd6f95 to
d92be5a
Compare
161f0e3 to
e7b1df3
Compare
d92be5a to
5d3b1e5
Compare
e7b1df3 to
b5b082b
Compare
5d3b1e5 to
494b885
Compare
- fabric-example, common-app, web-example, next-example to 0.86.0-rc.3 - tvos-example to react-native-tvos 0.86.0-0 (+ LogBox patch for a broken upstream component) and @react-native/* 0.86.0 - react-native-gesture-handler to 2.32.0 (RN 0.86 dropped a renderer shim) - Recreate the version-pinned @react-native/jest-preset patch - macos-example intentionally left at react-native-macos 0.81.4 (fork ceiling); its fixes live in the stacked macOS PRs below
react-native-macos 0.81.4 -> 0.81.7 (latest available for macOS), core react-native -> 0.81.6 and @react-native/* -> 0.81.6 to match. Builds and runs on the New Architecture (Fabric/bridgeless) with Xcode 26.
7a90685 to
057d638
Compare
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
Bumps the example apps to React Native
0.86.0-rc.3(tvOS0.86.0-0;macos-exampleto react-native-macos0.81.7, the latest, since there is no 0.86 macOS release). Also bumpsreact-native-gesture-handlerto2.32.0(RN 0.86 dropped a renderer shim it imported) and recreates the pinned@react-native/jest-presetpatch.The macOS runtime/build fixes (reanimated host lookup, safe-area-context, fmt for Xcode 26) come from the stacked PRs this is based on.
Stacked on #9679.
Test plan
0.85.20.86.0-rc.30.85.20.86.0-rc.30.85.3-00.86.0-00.85.20.86.0-rc.30.85.20.86.0-rc.30.81.40.81.7macOS, Android, and iOS were built and run locally (New Arch, clean bundle, no JS errors, UI renders); next-example passes its Cypress e2e on CI; web / tvOS are validated by CI.