Commits on Source (2)
-
Martin Santangelo authored
-
Martin Santangelo authored
[Sprint/FunnyFrog] (fix) ios archive and async storage update Closes #938 and #939 See merge request !199
... | ... | @@ -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", | ||
... | ... |