Merge pull request #4278 from BlueWallet/renovate/react-native-screens-3.x

Update dependency react-native-screens to v3.10.1
This commit is contained in:
GLaDOS 2021-12-10 19:34:08 +00:00 committed by GitHub
commit 9be3394cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -19999,9 +19999,9 @@
}
},
"react-native-screens": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.10.0.tgz",
"integrity": "sha512-5mtpZo/bYdIOB6X0m+0fqGnBTYf9Nmf41AHrvtyOEm0yiY0T0gwhYPvdp1MUxsdD0eQy9Lm+FJiPn4txDrBKyw==",
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.10.1.tgz",
"integrity": "sha512-ZF/XHnRsuinvDY1XiCWLXxoUoSf+NgsAes2SZfX9rFQQcv128zmh/+19SSavGrSf6rQNzqytEMdRGI6yr4Gbjw==",
"requires": {
"react-freeze": "^1.0.0",
"warn-once": "^0.1.0"

View file

@ -175,7 +175,7 @@
"react-native-rate": "1.2.9",
"react-native-reanimated": "2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.10.0",
"react-native-screens": "3.10.1",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "7.3.2",
"react-native-sortable-list": "https://github.com/BlueWallet/react-native-sortable-list.git#e4e44a01a90ee2dcb9c57182262595abf36bfdf7",