From 6601a1792368bdb264d9a4fed423888a7ef26dbb Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 10 Dec 2018 17:37:24 -0300 Subject: [PATCH] Update react-native-image-picker dependency (#2446) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ea63346d..114969f61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11229,9 +11229,9 @@ } }, "react-native-image-picker": { - "version": "0.27.1", - "resolved": "https://registry.npmjs.org/react-native-image-picker/-/react-native-image-picker-0.27.1.tgz", - "integrity": "sha512-LuEt5I9TFe3+lfN8E9geuN2OOgnld0QmeHRPTCV+mzkT5zASsoibNIUItt6WQBWG4nXC/90aufQYZn92i3lTxw==" + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/react-native-image-picker/-/react-native-image-picker-0.27.2.tgz", + "integrity": "sha512-1GuPIuQHjnLxmzUkmOHbI6cllETVRhJyrf8UoJXotD38+eX4JdcUSHGqV48XPc3e1u7b4HU7drFgyJcKFfQKRA==" }, "react-native-iphone-x-helper": { "version": "1.2.0", diff --git a/package.json b/package.json index 884085678..a93e93ec1 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-native-exception-handler": "2.10.2", "react-native-gesture-handler": "1.0.10", "react-native-image-gallery": "github:enahum/react-native-image-gallery#a98b1051e94f5a394541ca1ff9b15e2c9ffed84f", - "react-native-image-picker": "0.27.1", + "react-native-image-picker": "0.27.2", "react-native-keyboard-aware-scroll-view": "0.7.4", "react-native-keychain": "3.0.0", "react-native-linear-gradient": "2.4.4",