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 /package.json | |
parent | 14c84732106e1db52e6818ac3814c54845ec1226 (diff) | |
download | voidsky-a683c9e15f959c4e55d38820ca5b991300ddb451.tar.zst |
replace react-native-fast-image with expo-image (#452)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a9e0b4758..a9ec5f1b1 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "expo-build-properties": "~0.5.1", "expo-camera": "~13.2.1", "expo-dev-client": "~2.1.1", + "expo-image": "~1.0.0", "expo-image-picker": "~14.1.1", "expo-localization": "~14.1.1", "expo-media-library": "~15.2.3", @@ -95,7 +96,6 @@ "react-native-appstate-hook": "^1.0.6", "react-native-background-fetch": "^4.1.8", "react-native-drawer-layout": "^3.2.0", - "react-native-fast-image": "^8.6.3", "react-native-fs": "^2.20.0", "react-native-gesture-handler": "~2.9.0", "react-native-get-random-values": "^1.8.0", |