Use memory caching for android lightbox (#2354)
parent
2a369e7e47
commit
759d3f11b8
|
@ -320,6 +320,7 @@ const ImageItem = ({
|
|||
accessibilityLabel={imageSrc.alt}
|
||||
accessibilityHint=""
|
||||
onLoad={() => setIsLoaded(true)}
|
||||
cachePolicy="memory"
|
||||
/>
|
||||
</GestureDetector>
|
||||
</Animated.View>
|
||||
|
|
Loading…
Reference in New Issue