Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the apps/RNApp workspace to React Native 0.85.0 (and aligned React/tooling versions) to pick up the upstream fix referenced in the PR description.
Changes:
- Bump
react-nativeto0.85.0and update related RN tooling dependencies (CLI, Metro, presets, etc.). - Update Android Gradle wrapper/scripts and Gradle distribution version.
- Add RN Jest preset config and adjust iOS iPad supported orientations.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
yarn.lock |
Lockfile updates reflecting RN 0.85 / React 19.2.x dependency graph changes. |
apps/RNApp/package.json |
Updates RNApp runtime + dev dependency versions; adjusts Node engine requirement. |
apps/RNApp/jest.config.js |
Adds Jest config using @react-native/jest-preset. |
apps/RNApp/ios/RNApp/Info.plist |
Adds iPad-specific supported orientation list. |
apps/RNApp/android/gradlew.bat |
Adjusts Windows Gradle wrapper invocation to use -jar. |
apps/RNApp/android/gradlew |
Adjusts POSIX Gradle wrapper invocation to use -jar. |
apps/RNApp/android/gradle/wrapper/gradle-wrapper.properties |
Updates Gradle distribution URL/version. |
apps/RNApp/android/app/build.gradle |
Updates React Gradle config comment regarding debuggable variants. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
This PR upgrades
RNAppto RN0.85to obtain the fix for facebook/react-native#55601. The backport of the fix for RN0.82has been sitting in the backlog for some time, apparently not prioritized at the moment.Docs' RN version support matrix is also updated, additionally a support table for Expo has been added.
Test plan
CI green.