Skip to content

feat: upgrade RN App to 0.87.0 - #447

Merged
hurali97 merged 1 commit into
mainfrom
hur/rn-app-0.87
Aug 20, 2026
Merged

hurali97 merged 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!

@hurali97
hurali97 merged commit 0f1b85d into main Aug 20, 2026
15 checks passed
@hurali97
hurali97 deleted the hur/rn-app-0.87 branch August 20, 2026 09:58
hurali97 pushed a commit that referenced this pull request Sep 16, 2026
The RN 0.87 upgrade (0f1b85d, #447) never regenerated apps/RNApp/ios/
Podfile.lock — that commit touched no files under apps/RNApp/ios at all.
The lockfile still pinned ReactNativeDependencies and 125 other pods at
0.85.0 while package.json is on react-native 0.87.0, so pod install failed
to resolve:

  [!] CocoaPods could not find compatible versions for pod
      "ReactNativeDependencies"

The pods cache hid it for three weeks: the cache key is
hashFiles(Podfile.lock), and since the stale lock never changed, the key
never changed either. A warm cache kept pod install happy until the cache
aged out, and the first cold run — 11 Sep, run 34582797299 — broke. Only
the AppleApp Vanilla job is affected, because this is the repo's only
tracked Podfile.lock and the Expo variants install pods elsewhere.

Regenerated with CocoaPods 1.15.2 (matching apps/RNApp/Gemfile.lock) on
Ruby 3.2. PODFILE CHECKSUM is unchanged, so the Podfile itself did not
change — only the resolution.

Co-authored-by: Radoslaw Nowacki <radoslaw.nowacki@callastack.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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