diff --git a/package.json b/package.json index 83398bb..1394d75 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "expo-camera": "~12.1.0", "expo-device": "~4.1.0", "expo-font": "^10.0.4", + "expo-image-picker": "~12.0.1", "expo-linear-gradient": "~11.0.3", "expo-linking": "~3.0.0", "expo-screen-orientation": "~4.1.1", diff --git a/yarn.lock b/yarn.lock index 1aecdfd..a44ac9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3056,6 +3056,14 @@ expo-image-loader@~3.1.0: resolved "https://registry.yarnpkg.com/expo-image-loader/-/expo-image-loader-3.1.0.tgz#d60d57d6d36d1ea9b07ed2e8bed87574edd2ad1e" integrity sha512-86oT25SDTO018hWO61HGnoB4l+DEgT9sOoW24rvXX99VBe/MPheGo+DDNKtLNf6k06n/OFL3LgtR0m9YpOCT8Q== +expo-image-picker@~12.0.1: + version "12.0.2" + resolved "https://registry.yarnpkg.com/expo-image-picker/-/expo-image-picker-12.0.2.tgz#4789c5419208ff8ede557784368a7f18f3878c30" + integrity sha512-rAoNGtofV5cg3UN+cdIGDVfbMvbutBX6uNV7jCIEw/WZxZlbW+R7HC8l5lGDFtoLVqcpkHE/6JpAXvESxVSAOA== + dependencies: + "@expo/config-plugins" "^4.0.2" + uuid "7.0.2" + expo-keep-awake@~10.0.1: version "10.0.1" resolved "https://registry.yarnpkg.com/expo-keep-awake/-/expo-keep-awake-10.0.1.tgz#9f1176216c41eee20843c8232acfdca2bc32d334" @@ -6743,6 +6751,11 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= +uuid@7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6" + integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw== + uuid@^3.3.2, uuid@^3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"