Skip to content

Commit 33e4adc

Browse files
authored
Upgrade React Native from 0.86.0-nightly to 0.87.0-nightly (#1979)
* Upgrade React Native from 0.86.0-nightly to 0.87.0-nightly - 0.87.0-nightly-20260519-58cd1bf58 - Bump RN deps and devDeps (@react-native: babel/jest preset, eslint/metro/ts configs) - Bump Jest snapshot test rendered RN ver - Update lockfiles (Yarn, CocoaPods) - Update Xcode config - Bump ReadMe ver Resolve: #1978 * Bump Kotlin from 2.1.20 to 2.2.0 (fix async-storage v3) - Ahead of RNCLI, should be detected in subsequent nightly - react-native-community/template#217 - Required for #1956 * Enable Android edge-to-edge display by default - Ahead of RNCLI, should be detected in subsequent nightly - react-native-community/template#218
1 parent 89dd483 commit 33e4adc

8 files changed

Lines changed: 611 additions & 504 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<div align="center">
1111

12-
[![NPM RN pkg ver](https://img.shields.io/badge/React%20Native-0.86.0_nightly-red.svg)](https://github.com/facebook/react-native/releases)
12+
[![NPM RN pkg ver](https://img.shields.io/badge/React%20Native-0.87.0_nightly-red.svg)](https://github.com/facebook/react-native/releases)
1313
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](#)
1414
[![Linter](https://badges.aleen42.com/src/eslint.svg)](#)
1515
[![Formatter: prettier](https://img.shields.io/badge/Formatter-Prettier-f8bc45.svg)](#)

β€Ž__tests__/src/__snapshots__/index.test.tsx.snapβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ exports[`app matches snapshot 1`] = `
8989
}
9090
>
9191
Version:
92-
0.86.0-nightly-20260313-972a30db4
92+
0.87.0-nightly-20260519-58cd1bf58
9393
</Text>
9494
<Text
9595
style={

β€Žandroid/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
compileSdkVersion = 36
66
targetSdkVersion = 36
77
ndkVersion = "27.1.12297006"
8-
kotlinVersion = "2.1.20"
8+
kotlinVersion = "2.2.0"
99
}
1010
repositories {
1111
google()

β€Žandroid/gradle.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ hermesEnabled=true
4141
# Use this property to enable edge-to-edge display support.
4242
# This allows your app to draw behind system bars for an immersive UI.
4343
# Note: Only works with ReactActivity and should not be used with custom Activity.
44-
edgeToEdgeEnabled=false
44+
edgeToEdgeEnabled=true

β€Žios/MyApp.xcodeproj/project.pbxprojβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
386386
"-DRCT_REMOVE_LEGACY_ARCH=1",
387387
);
388+
PODFILE_DIR = "$(SRCROOT)";
388389
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
389390
SDKROOT = iphoneos;
390391
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -459,6 +460,7 @@
459460
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
460461
"-DRCT_REMOVE_LEGACY_ARCH=1",
461462
);
463+
PODFILE_DIR = "$(SRCROOT)";
462464
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
463465
SDKROOT = iphoneos;
464466
SWIFT_ENABLE_EXPLICIT_MODULES = NO;

0 commit comments

Comments
Β (0)