[0.88-stable] Update react and react-test-renderer versions to 19.3.0 - #250
Merged
Merged
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
Bumps
reactandreact-test-rendererto19.3.0on0.88-stable, to match the React 19.3.0 sync that has been picked into React Native's0.88-stable.This is the
0.88-stablecounterpart of #249, which made the same change onmain.Why
React Native's
0.88-stablepicked the React 19.3.0 sync (react/react-native#58446), which bumps thereact-nativepackage's peer dependency:This branch still pins
react: 19.2.3, so a project scaffolded from the 0.88 template no longer satisfies the peer dependency of thereact-nativeit installs. The template e2e jobs fail in all four configurations (Debug and Release, iOS and Android) while installing the new project:Failing run: https://github.com/react/react-native/actions/runs/34846501953
React Native's
scripts/e2e/init-project-e2e.jsclones this repository, checks out the branch matching the release branch under test, then rewrites only the@react-native/*scoped dependencies andreact-nativeitself. It never rewritesreact, so the pin has to be correct here.Both halves of the change landed on
mainon 2026-09-10 (react/react-native#58446 and #249 here). This branch was cut on 2026-09-08, two days earlier, so it missed the bump.Scope
Only the two version lines change.
react-nativestays at0.88.0-rc.0(it isnightlyonmain, so this is deliberately not taken from #249) and@types/reactis already^19.2.0on both branches and is left alone.Tracked in reactwg/react-native-releases#1412.