From c42b24a757bd1668befc6f48b3b6aada262d673a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:54:46 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.14.1 to 5.5.1 in /sample --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index 0d8d81f7..4bf9fae3 100644 --- a/sample/package.json +++ b/sample/package.json @@ -28,7 +28,7 @@ "jotai": "^2.12.5", "react-native-config": "^1.5.5", "react-native-reanimated": "^3.16.1", - "react-native-safe-area-context": "^4.14.0", + "react-native-safe-area-context": "^5.5.1", "react-native-screens": "^4.1.0", "react-native-vector-icons": "^10.2.0" },