update react-native-safe-area-context
This commit is contained in:
parent
3650cdfc6d
commit
ed96601839
3 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue