diff --git a/example/Galaxy/package.json b/example/Galaxy/package.json index 75b44b797..421de948a 100644 --- a/example/Galaxy/package.json +++ b/example/Galaxy/package.json @@ -33,7 +33,7 @@ "react-native-gesture-handler": "^2.4.2", "react-native-paper": "^4.12.1", "react-native-reanimated": "^2.8.0", - "react-native-safe-area-context": "3.3.2", + "react-native-safe-area-context": "4.12.0", "react-native-uuid": "^2.0.1", "react-native-vector-icons": "^9.1.0" }, diff --git a/example/Galaxy/yarn.lock b/example/Galaxy/yarn.lock index 1c2208c2e..16713acd3 100644 --- a/example/Galaxy/yarn.lock +++ b/example/Galaxy/yarn.lock @@ -1245,7 +1245,7 @@ version "0.0.0" "@qlik/react-native-carbon@link:../..": - version "2.1.17" + version "2.1.22" "@qlik/react-native-helium@link:../../../react-native-helium": version "0.0.0" @@ -6513,10 +6513,10 @@ react-native-reanimated@^2.8.0: setimmediate "^1.0.5" string-hash-64 "^1.0.3" -react-native-safe-area-context@3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz#9549a2ce580f2374edb05e49d661258d1b8bcaed" - integrity sha512-yOwiiPJ1rk+/nfK13eafbpW6sKW0jOnsRem2C1LPJjM3tfTof6hlvV5eWHATye3XOpu2cJ7N+HdkUvUDGwFD2Q== +react-native-safe-area-context@4.12.0: + version "4.12.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.12.0.tgz#17868522a55bbc6757418c94a1b4abdda6b045d9" + integrity sha512-ukk5PxcF4p3yu6qMZcmeiZgowhb5AsKRnil54YFUUAXVIS7PJcMHGGC+q44fCiBg44/1AJk5njGMez1m9H0BVQ== react-native-uuid@^2.0.1: version "2.0.1" diff --git a/package.json b/package.json index 3a8dc4d86..bc51e8d5c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "react-native-gesture-handler": "^2.4.2", "react-native-paper": "^4.12.1", "react-native-reanimated": "^2.8.0", - "react-native-safe-area-context": "3.3.2", + "react-native-safe-area-context": "4.12.0", "react-native-uuid": "2.0.1" } }