From 6e2b1a1f0533855c7829f4f38ab3dc4c8d08ce5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:13:15 +0000 Subject: [PATCH] chore(deps/expo): bump react-native-screens in /apps/expo Bumps [react-native-screens](https://github.com/software-mansion/react-native-screens) from 4.25.2 to 4.26.2. - [Release notes](https://github.com/software-mansion/react-native-screens/releases) - [Commits](https://github.com/software-mansion/react-native-screens/compare/4.25.2...4.26.2) --- updated-dependencies: - dependency-name: react-native-screens dependency-version: 4.26.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/expo/package.json b/apps/expo/package.json index bd2f4a7164..dd4a18a654 100644 --- a/apps/expo/package.json +++ b/apps/expo/package.json @@ -155,7 +155,7 @@ "react-native-purchases-ui": "*", "react-native-reanimated": "4.3.1", "react-native-safe-area-context": "~5.7.0", - "react-native-screens": "4.25.2", + "react-native-screens": "4.26.2", "react-native-uitextview": "^1.1.4", "react-native-web": "^0.21.0", "react-native-worklets": "0.8.3",