Skip to content

feat: support RN 0.85#300

Open
artus9033 wants to merge 7 commits intomainfrom
chore/upgrade-rnapp
Open

feat: support RN 0.85#300
artus9033 wants to merge 7 commits intomainfrom
chore/upgrade-rnapp

Conversation

@artus9033
Copy link
Copy Markdown
Collaborator

@artus9033 artus9033 commented Apr 10, 2026

Summary

This PR upgrades RNApp to RN 0.85 to obtain the fix for facebook/react-native#55601. The backport of the fix for RN 0.82 has 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.

@artus9033 artus9033 requested review from hurali97 and thymikee April 10, 2026 11:24
@artus9033 artus9033 self-assigned this Apr 10, 2026
Copilot AI review requested due to automatic review settings April 10, 2026 11:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-native to 0.85.0 and 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.

@artus9033 artus9033 changed the title chore: upgrade RNApp to RN 0.85 feat: support RN 0.85 Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants