...
 
Commits (2)
......@@ -11,7 +11,7 @@
"postinstall": "echo \"Fixing web3 require() issue…\" && replace \"c. . .rypto\" \"crypto\" node_modules -r --include=\"bytes.js\" && rn-nodeify --install --hack"
},
"dependencies": {
"@react-native-community/async-storage": "^1.3.4",
"@react-native-community/async-storage": "^1.4.2",
"@tradle/react-native-http": "^2.0.1",
"@types/react": "^16.8.17",
"@types/react-native": "^0.57.53",
......@@ -58,7 +58,7 @@
"react-native-elements": "^0.19.1",
"react-native-exception-handler": "^2.10.7",
"react-native-exit-app": "^1.0.0",
"react-native-fast-image": "^6.0.1",
"react-native-fast-image": "^5.4.2",
"react-native-fs": "^2.13.3",
"react-native-gesture-handler": "^1.1.0",
"react-native-http": "tradle/react-native-http#834492d",
......
......@@ -921,10 +921,10 @@
"@types/istanbul-reports" "^1.1.1"
"@types/yargs" "^12.0.9"
"@react-native-community/async-storage@^1.3.4":
version "1.3.4"
resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.3.4.tgz#5a664484d485bcbab79648e1a0ce775b90843f29"
integrity sha512-fJmzL27x0BEjhmMXPnDPnUNCZK7bph+NBVCfAz9fzHzAamaiOkdUwuL3PvE4Oj4Kw4knP8ocw5VRDGorAidZ2g==
"@react-native-community/async-storage@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.4.2.tgz#b29d2fa1b294fec8526f69b852a3deda248c8d81"
integrity sha512-gDQENh7uPLGPKbRFI07GiUXZPhm2j17K4FT308OwAmIiOKbfO/cxy0sCWB0YzD/SLw9F3D9tLBRPJY6GG9YZLw==
"@react-native-community/cli@^1.2.1":
version "1.9.4"
......@@ -7161,10 +7161,10 @@ react-native-exit-app@^1.0.0:
resolved "https://registry.yarnpkg.com/react-native-exit-app/-/react-native-exit-app-1.0.0.tgz#a2fbb121d902e6967cd8a365fe8453e5c4bc3172"
integrity sha512-2d8RlzfjA4fTJaXD3xObTt0hv+7i41bDyWDB9+zOI0zS1nGvY4mtENKhte8ceRih/3eZWQLpwkkHFP1Y8AG/5w==
react-native-fast-image@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/react-native-fast-image/-/react-native-fast-image-6.0.1.tgz#677d60761bc487af18d830f46ab9cdd75b865a6c"
integrity sha512-jzgFAZrrWQXsnyiLpKgwkHva6YzD24/ZQG65en7kx8YWmS2H14Tpj5J6h0KQZhV3KxBSeCQbKE+vh99bSpT0/Q==
react-native-fast-image@^5.4.2:
version "5.4.2"
resolved "https://registry.yarnpkg.com/react-native-fast-image/-/react-native-fast-image-5.4.2.tgz#d761cb9dddc0473b537544617e511a11c9e18413"
integrity sha512-S4E96Lwmx6z6QD3MaAuP7cNcXRLfgEUYU2GB694TbGEoOjk/FO1OnfbxfFp0vUs/klr4HJwACcwihPPxrFTt8w==
react-native-fs@^2.13.3:
version "2.13.3"
......