From a92ebd56ec0bcb8dfa8b090fd76069646d93f431 Mon Sep 17 00:00:00 2001 From: quantumnewswire <43588092+quantumnewswire@users.noreply.github.com> Date: Fri, 30 Nov 2018 11:51:51 +0200 Subject: [PATCH] Update package.json Update for the image picker due to https://github.com/react-community/react-native-image-picker/issues/882 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17a43f0..3036609 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "prop-types": "^15.5.10", "react-native-fs": "^2.5.1", - "react-native-image-picker": "^0.26.7", + "react-native-image-picker": "^0.27.1", "react-native-image-resizer": "^1.0.0" }, "devDependencies": {