From 42030082eca4b3c254487cc9a52b733ed64a5ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:17:07 +0000 Subject: [PATCH] chore(deps): bump react-native from 0.85.2 to 0.85.3 in /example Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.85.2 to 0.85.3. - [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.85.3/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.85.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 532675f..e1b7ed7 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "dependencies": { "@react-native/new-app-screen": "0.85.2", "react": "19.2.3", - "react-native": "0.85.2", + "react-native": "0.85.3", "react-native-nitro-modules": "0.35.6", "react-native-safe-area-context": "^5.7.0" },