From c19c54c771fa7d8560d81c657de1a2543a95c670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:28:17 +0000 Subject: [PATCH] chore(deps): bump react-native from 0.78.0 to 0.82.1 in /example Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.78.0 to 0.82.1. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.7x.md) - [Commits](https://github.com/facebook/react-native/commits/v0.82.1/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.82.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 d7aab209..3e67ca0f 100644 --- a/example/package.json +++ b/example/package.json @@ -21,7 +21,7 @@ "events": "^3.3.0", "expo-status-bar": "^1.12.1", "react": "19.0.0", - "react-native": "0.78.0", + "react-native": "0.82.1", "react-native-nitro-modules": "0.27.2", "react-native-nitro-sqlite": "9.1.11", "react-native-safe-area-context": "^5.2.0",