Fix crash issue on ios

This commit is contained in:
Paul Frazee
2023-10-10 14:24:46 -07:00
parent 8bf4f29693
commit ed8523c117
@@ -143,7 +143,7 @@ const ImageItem = ({imageSrc, onZoom, onRequestClose}: Props) => {
accessibilityHint="">
<AnimatedImage
contentFit="contain"
source={imageSrc}
source={{uri: imageSrc.uri}}
style={[styles.image, animatedStyle]}
onLoad={() => setLoaded(true)}
/>