From 14a1274d54031b2e30c7fb06eb2941dbe30b4248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:40:57 +0000 Subject: [PATCH] chore(deps): bump react-native from 0.81.5 to 0.85.3 in /apps/mobile-app Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.81.5 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-minor ... Signed-off-by: dependabot[bot] --- apps/mobile-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile-app/package.json b/apps/mobile-app/package.json index 626f9e0..3ffca3b 100644 --- a/apps/mobile-app/package.json +++ b/apps/mobile-app/package.json @@ -23,7 +23,7 @@ "expo-router": "^6.0.23", "expo-status-bar": "^3.0.9", "react": "^19.1.0", - "react-native": "0.81.5", + "react-native": "0.85.3", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0" },