Update dependency react-native-screens to v3.5.0

This commit is contained in:
Renovate Bot 2021-08-06 09:28:03 +00:00
parent 9e45f6ae8f
commit 6a34c8b94f
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -18277,9 +18277,9 @@
}
},
"react-native-screens": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.4.0.tgz",
"integrity": "sha512-cg+q9MRnVdeOcJyvJtqffoXLur/C2wHA/7IO2+FAipzTlgHbbM1mTuSM7qG+SeiQjoIs4mHOEf7A0ziPKW04sA==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.5.0.tgz",
"integrity": "sha512-xew4x0YX0RaDduNYM4gZXkphPwGZIbbu9fTU85xOtT1tOUPm3OU4pFMiN6PF54haMCsaMQRvdOXvLicUVRiptA==",
"requires": {
"warn-once": "^0.1.0"
}

View file

@ -174,7 +174,7 @@
"react-native-rate": "1.2.6",
"react-native-reanimated": "2.2.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "3.4.0",
"react-native-screens": "3.5.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "6.3.0",
"react-native-sortable-list": "https://github.com/BlueWallet/react-native-sortable-list.git#46e39a30ae0c4328e7c06c30b72b1af0b69e1aeb",