diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-11 12:12:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 12:12:34 -0700 |
commit | a683c9e15f959c4e55d38820ca5b991300ddb451 (patch) | |
tree | 8342b2bbde2c3c2236b25ebe902f1714660866b4 /yarn.lock | |
parent | 14c84732106e1db52e6818ac3814c54845ec1226 (diff) | |
download | voidsky-a683c9e15f959c4e55d38820ca5b991300ddb451.tar.zst |
replace react-native-fast-image with expo-image (#452)
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/yarn.lock b/yarn.lock index a130ce254..34781360a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8333,6 +8333,11 @@ expo-image-picker@~14.1.1: dependencies: expo-image-loader "~4.1.0" +expo-image@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/expo-image/-/expo-image-1.0.0.tgz#a3670d20815d99e2527307a33761c9b0088823b1" + integrity sha512-A1amVExKhBa/eRXuceauYtPkf9izeje5AbxEWL09tgK91rf3GSIZXM5PSDGlIM0s7dpCV+Iet2jhwcFUfWaZrw== + expo-json-utils@~0.5.0: version "0.5.1" resolved "https://registry.yarnpkg.com/expo-json-utils/-/expo-json-utils-0.5.1.tgz#fcb01050b8aa66592eea2024a48979f2d090c6f9" @@ -14642,11 +14647,6 @@ react-native-drawer-layout@^3.2.0: dependencies: use-latest-callback "^0.1.5" -react-native-fast-image@^8.6.3: - version "8.6.3" - resolved "https://registry.yarnpkg.com/react-native-fast-image/-/react-native-fast-image-8.6.3.tgz#6edc3f9190092a909d636d93eecbcc54a8822255" - integrity sha512-Sdw4ESidXCXOmQ9EcYguNY2swyoWmx53kym2zRsvi+VeFCHEdkO+WG1DK+6W81juot40bbfLNhkc63QnWtesNg== - react-native-fs@^2.20.0: version "2.20.0" resolved "https://registry.yarnpkg.com/react-native-fs/-/react-native-fs-2.20.0.tgz#05a9362b473bfc0910772c0acbb73a78dbc810f6" |