Support React Native 0.87#4310
Draft
m-bert wants to merge 1 commit into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s development and example-app setup to align with React Native 0.87.0-rc.0, including corresponding tooling upgrades for Android, iOS pods, and TypeScript.
Changes:
- Bump React Native and React Native tooling/presets to 0.87.0-rc.0 in the library dev setup and
basic-example. - Update
basic-exampleTypeScript configuration for TS 6 (and align tsconfigtypeswith other apps). - Refresh
basic-examplenative build tooling: Gradle wrapper/SDK levels, Gradle properties, and iOSPodfile.lock.
Reviewed changes
Copilot reviewed 8 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/react-native-gesture-handler/package.json | Updates RN-related devDependencies used for local development/tests to 0.87.0-rc.0. |
| apps/basic-example/tsconfig.json | TS config updates for TS 6 and removes Jest types from the app’s TS compilation context. |
| apps/basic-example/package.json | Bumps RN + RN toolchain (CLI/presets/configs) and upgrades TypeScript to ~6.0.3. |
| apps/basic-example/ios/Podfile.lock | Updates iOS pod resolution for RN 0.87.0-rc.0 and related native deps. |
| apps/basic-example/android/gradlew | Updates the Gradle wrapper script reference URL comment to a pinned Gradle commit. |
| apps/basic-example/android/gradle/wrapper/gradle-wrapper.properties | Updates the Gradle distribution version used by the example app. |
| apps/basic-example/android/gradle.properties | Enables edge-to-edge and adds AGP 9 opt-out flags. |
| apps/basic-example/android/build.gradle | Updates Android SDK/build tools and Kotlin version used by the example app build. |
| apps/basic-example/android/app/build.gradle | Switches default ProGuard file to the optimized variant. |
💡 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.
Description
This PR brings support for React Native 0.87
Status
0.87.0-rc.0 ✅
Test plan
Tested that
basic-examplebuilds and works correctly.