chore: upgrade to React Native 0.86 / Expo SDK 57 - #7691
Draft
diegolmello wants to merge 9 commits into
Draft
diegolmello wants to merge 9 commits into
diegolmello wants to merge 9 commits into
Conversation
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
diegolmello
requested a deployment
to
approve_e2e_testing
September 15, 2026 13:40 — with
GitHub Actions
Waiting
diegolmello
requested a deployment
to
android_build
September 15, 2026 13:43 — with
GitHub Actions
Waiting
diegolmello
requested a deployment
to
ios_build
September 15, 2026 13:43 — with
GitHub Actions
Waiting
* chore: upgrade dependencies and patches to RN 0.86 / Expo 57 * chore: align upgrade toolchain floors and CI checks * chore: update Jest toolchain for RN 0.86 and Expo 57
* fix: adapt app code to React Native 0.86 and Expo 57 * test: await scheduled gesture and floating date callbacks
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.
Proposed changes
Upgrade branch for React Native 0.86 / Expo SDK 57.
The spec treats the de-interop swaps and the expo-audio/expo-video migration as landed on develop, but their PRs are still open. This branch starts from
developand carries them as cherry-picks so the upgrade work can proceed on top of them without waiting:Each of the first four is a single cherry-picked commit. #6719 was squash-merged because its history contains merges from develop. Its only conflict was two import lines in
MessageComposer.test.tsx, resolved by keeping both sides.#7692 was cherry-picked as two commits, preserving the MMKV mock and test updates. Its Podfile.lock conflict was resolved by keeping this branch’s removal of the stale RNKeychain checksum.
Once those PRs merge into develop, this branch is rebased or merged so the cherry-picks drop out and only the upgrade commits remain.
The upgrade itself (toolchain floors and patches, dependencies, iOS native, Android native, jest, e2e) lands as ordered commits on this branch and is not yet included.
Issue(s)
https://rocketchat.atlassian.net/browse/NATIVE-1576
How to test or reproduce
Nothing to test yet beyond what the cherry-picked PRs already describe. The smoke checklist from the ticket will be added here once the upgrade commits land.
Screenshots
Types of changes
Checklist
Further comments
Epic: https://rocketchat.atlassian.net/browse/NATIVE-1561