Use memory caching for android lightbox (#2354)
This commit is contained in:
parent
2a369e7e47
commit
759d3f11b8
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ const ImageItem = ({
|
|||
accessibilityLabel={imageSrc.alt}
|
||||
accessibilityHint=""
|
||||
onLoad={() => setIsLoaded(true)}
|
||||
cachePolicy="memory"
|
||||
/>
|
||||
</GestureDetector>
|
||||
</Animated.View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue