From 9827d17d9600366687708b38f8339cad91decb47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:24:41 +0000 Subject: [PATCH] build(deps): bump react-native from 0.81.4 to 0.83.1 in /example Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.81.4 to 0.83.1. - [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.1/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.83.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 422750c..83fbd0a 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ "@react-navigation/bottom-tabs": "^7.8.5", "@react-navigation/native": "^7.1.20", "react": "19.1.0", - "react-native": "0.81.4", + "react-native": "0.83.1", "react-native-nitro-modules": "^0.31.9", "react-native-safe-area-context": "^5.5.2", "react-native-screens": "^4.18.0"