From b55eb74b154d7d9a78cb19d44881b96aee8c5803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:51:30 +0000 Subject: [PATCH] build(deps): bump react-native from 0.81.1 to 0.83.0 Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.81.1 to 0.83.0. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.83.0/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.83.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 0794206..8bec0b2 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ "dependencies": { "@react-native/new-app-screen": "0.81.1", "react": "19.1.0", - "react-native": "0.81.1", + "react-native": "0.83.0", "react-native-gesture-handler": "^2.28.0", "react-native-nitro-modules": "0.29.8", "react-native-reanimated": "^4.1.3", diff --git a/package.json b/package.json index 3483532..caf28d9 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/react": "19.1.0", "nitrogen": "0.29.8", "react": "19.1.0", - "react-native": "0.81.1", + "react-native": "0.83.0", "react-native-builder-bob": "^0.37.0", "react-native-nitro-modules": "0.29.8", "conventional-changelog-conventionalcommits": "^9.1.0",