From ed9660183992007cca49a939e150d168803d5cdc Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 28 Mar 2022 09:05:49 -0300 Subject: [PATCH] update react-native-safe-area-context --- ios/Podfile.lock | 4 ++-- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 85306ecdc..641121afb 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -351,7 +351,7 @@ PODS: - react-native-paste-input (0.4.0): - React-Core - Swime (= 3.0.6) - - react-native-safe-area-context (4.2.2): + - react-native-safe-area-context (4.2.4): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -901,7 +901,7 @@ SPEC CHECKSUMS: react-native-network-client: 30ab97e7e6c8d6f2d2b10cc1ebad0cbf9c894c6e react-native-notifications: 3de8ef9cd800e5db0225d9aa46b228d2b94ce51e react-native-paste-input: fcfb6fd35df51c3d3f58e80ca3baf4ffe0c3e4fa - react-native-safe-area-context: da2d11bd7df9bf7779e9bdc85081c141cfa544f4 + react-native-safe-area-context: f98b0b16d1546d208fc293b4661e3f81a895afd9 react-native-video: a4c2635d0802f983594b7057e1bce8f442f0ad28 react-native-webview: 380c1a03ec94b7ed764dac8db1e7c9952d08c93a React-perflogger: 0afaf2f01a47fd0fc368a93bfbb5bd3b26db6e7f diff --git a/package-lock.json b/package-lock.json index 51ddd2464..7802e4298 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "react-native-notifications": "4.2.4", "react-native-permissions": "3.3.1", "react-native-reanimated": "2.5.0", - "react-native-safe-area-context": "4.2.2", + "react-native-safe-area-context": "4.2.4", "react-native-screens": "3.13.1", "react-native-section-list-get-item-layout": "2.2.3", "react-native-share": "7.3.7", @@ -19990,9 +19990,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.2.2.tgz", - "integrity": "sha512-uFyUDKHNGz6RHu7UKgf7twd7GRl4RbxY0blp/gB/ZAlZCsNYLiaWW6+HlRea4Vt3wmoZHgvMmW0l6OL2naW+iQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.2.4.tgz", + "integrity": "sha512-OOX+W2G4YYufvryonn6Kw6YnyT8ZThkxPHZBD04NLHaZmicUaaDVII/PZ3M5fD1o5N62+T+8K4bCS5Un2ggvkA==", "peerDependencies": { "react": "*", "react-native": "*" @@ -39749,9 +39749,9 @@ } }, "react-native-safe-area-context": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.2.2.tgz", - "integrity": "sha512-uFyUDKHNGz6RHu7UKgf7twd7GRl4RbxY0blp/gB/ZAlZCsNYLiaWW6+HlRea4Vt3wmoZHgvMmW0l6OL2naW+iQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.2.4.tgz", + "integrity": "sha512-OOX+W2G4YYufvryonn6Kw6YnyT8ZThkxPHZBD04NLHaZmicUaaDVII/PZ3M5fD1o5N62+T+8K4bCS5Un2ggvkA==", "requires": {} }, "react-native-safe-modules": { diff --git a/package.json b/package.json index 03335c4e6..9dd006532 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "react-native-notifications": "4.2.4", "react-native-permissions": "3.3.1", "react-native-reanimated": "2.5.0", - "react-native-safe-area-context": "4.2.2", + "react-native-safe-area-context": "4.2.4", "react-native-screens": "3.13.1", "react-native-section-list-get-item-layout": "2.2.3", "react-native-share": "7.3.7",