From 2991d4ed89bb2b078c5ac8c966d607f09464a097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:04:53 +0000 Subject: [PATCH] chore(deps): bump react-native-safe-area-context from 5.6.2 to 5.8.0 Bumps [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) from 5.6.2 to 5.8.0. - [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases) - [Commits](https://github.com/AppAndFlow/react-native-safe-area-context/compare/v5.6.2...v5.8.0) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0946a1..0a60e2d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "react-native-gesture-handler": "~2.30.1", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-reanimated": "4.2.1", - "react-native-safe-area-context": "~5.6.2", + "react-native-safe-area-context": "~5.8.0", "react-native-screens": "~4.23.0", "react-native-web": "^0.21.2", "react-native-webview": "13.16.0",