chore: bump lib and example apps to react-native@0.86.0#4125
Open
kligarski wants to merge 6 commits into
Open
Conversation
github.com//pull/3727 states that it needs to be <=3.3.6.
Contributor
Author
|
Moving to draft until nightly with software-mansion/react-native-gesture-handler#4228 is released. |
react-native@0.86.0-rc.2react-native@0.86.0-rc.3
Contributor
Author
|
One of the e2e tests fails on the CI but I think it's related to gesture-handler so I created an issue there: software-mansion/react-native-gesture-handler#4246. EDIT: this should be fixed here: software-mansion/react-native-gesture-handler#4166 We also have these outdated references in our code - we might want to check if we should remove them soon - I'll add this to the ticket with removal of RCTCxxBridge. |
t0maboro
approved these changes
Jun 9, 2026
t0maboro
left a comment
Contributor
There was a problem hiding this comment.
The PR looks good to me.
Do we know the timeline for the RNGH PR merge and release? Unless this is blocking us, I'd rather wait for the CI to pass before merging.
react-native@0.86.0-rc.3react-native@0.86.0
react-native@0.86.0react-native@0.86.0
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.
Description
Bumps example apps (FabricExample, TVOSExample) and lib to
react-native@0.86.0. Bumpsreanimated,workletsandgesture-handlerwhere applicable.Closes https://github.com/software-mansion/react-native-screens-labs/issues/1503.
Changes
react-nativeto0.86.0for lib andFabricExample(react-native-tvosis still at rc.3)react-native-gesture-handlerto3.0.1react-native-reanimatedandreact-native-workletsto4.5.0-nightly-20260531-e6a8526c5and0.10.0-nightly-20260531-e6a8526c5respectively.ruby-versiontoTVOSExample(according to feat(iOS): configureRNSLogutility #3727 it is necessary to use lower version, cc @sgaczol)Before & after - visual documentation
N/A
Test plan
Run basic Stack v4 test screens & Tabs smoke tests both on Android and iOS. Verified build on Android TV and tvOS.
Checklist