Skip to content

feat: upgrade RN App to 0.87.0 - #447

Open
hurali97 wants to merge 1 commit into
mainfrom
hur/rn-app-0.87
Open

feat: upgrade RN App to 0.87.0#447
hurali97 wants to merge 1 commit into
mainfrom
hur/rn-app-0.87

Conversation

@hurali97

@hurali97 hurali97 commented Aug 19, 2026

Copy link
Copy Markdown
Member

Summary

This updates the RNApp to react-native v0.87.0. This is required for #448

Test plan

  • CI passes
  • Verified Locally

Copilot AI lite review requested due to automatic review settings August 19, 2026 09:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 RNApp workspace application to React Native 0.87.0, updating the associated JavaScript and Android build toolchain dependencies/configuration to match the new RN baseline.

Changes:

  • Bumped react-native to 0.87.0 and aligned related RN ecosystem packages (CLI, presets, Metro config, safe-area-context, screens) in package.json and yarn.lock.
  • Updated Android build tooling (Gradle wrapper, compile/build tools SDK levels, Kotlin version) to support the RN upgrade.
  • Tweaked Android runtime/build settings (edge-to-edge enabled, Proguard default file switched to proguard-android-optimize.txt).

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
yarn.lock Updates lockfile to resolve RN 0.87.0 and related dependency graph changes.
apps/RNApp/package.json Bumps RN and related JS dependencies for RNApp.
apps/RNApp/android/gradle/wrapper/gradle-wrapper.properties Updates Gradle wrapper version.
apps/RNApp/android/gradle.properties Enables edge-to-edge and adds AGP-related opt-out properties.
apps/RNApp/android/build.gradle Updates Android SDK/build tools and Kotlin version used by the project.
apps/RNApp/android/BrownfieldLib/build.gradle.kts Aligns library module compile SDK and updates pinned RN Android artifacts.
apps/RNApp/android/app/build.gradle Switches default Proguard file to the optimize variant.
apps/AndroidApp/app/build.gradle.kts Updates compile SDK target for the example Android app module.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread apps/RNApp/android/BrownfieldLib/build.gradle.kts
Comment thread apps/RNApp/android/gradle.properties

@artus9033 artus9033 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM!

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.

3 participants