From 20adfbf01a1f88c77e509f7cbf5d0d9c806df641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:23:03 +0000 Subject: [PATCH] chore(deps): bump react-native-screens in /platforms/react-native/sample Bumps [react-native-screens](https://github.com/software-mansion/react-native-screens) from 4.16.0 to 4.24.0. - [Release notes](https://github.com/software-mansion/react-native-screens/releases) - [Commits](https://github.com/software-mansion/react-native-screens/compare/4.16.0...4.24.0) --- updated-dependencies: - dependency-name: react-native-screens dependency-version: 4.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- platforms/react-native/sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/react-native/sample/package.json b/platforms/react-native/sample/package.json index 0a793a38..200794a8 100644 --- a/platforms/react-native/sample/package.json +++ b/platforms/react-native/sample/package.json @@ -33,7 +33,7 @@ "react-native-quick-crypto": "1.0.9", "react-native-reanimated": "3.18.0", "react-native-safe-area-context": "^5.6.1", - "react-native-screens": "4.16.0", + "react-native-screens": "4.24.0", "react-native-vector-icons": "^10.3.0", "react-native-webview": "^13.16.0" },