From 100d585fe9910d79550aa0bca304a460391ba818 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:02:50 +0000 Subject: [PATCH] fix(deps): update dependency react-native to v0.86.0 --- example/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index 40ea3ee9..94367bf2 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "moment": "2.30.1", "react": "18.1.0", "react-dom": "18.1.0", - "react-native": "0.70.5", + "react-native": "0.86.0", "react-native-month": "1.6.3", "react-native-web": "0.18.10" }, diff --git a/package.json b/package.json index b03c0718..4b0c7bf2 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@testing-library/react-hooks": "7.0.2", "@types/jest": "^28.1.8", "@types/react": "~18.0.38", - "@types/react-native": "^0.69.26", + "@types/react-native": "^0.73.0", "@types/react-test-renderer": "^18.0.0", "babel-core": "7.0.0-bridge.0", "babel-jest": "^28.1.3", @@ -61,7 +61,7 @@ "prettier": "2.1.2", "react": "18.1.0", "react-dom": "18.1.0", - "react-native": "0.70.5", + "react-native": "0.86.0", "react-native-builder-bob": "0.18.3", "react-test-renderer": "18.0.0", "ts-jest": "^28.0.8",