Use memory caching for android lightbox (#2354)

zio/stable
Paul Frazee 2023-12-28 15:47:05 -08:00 committed by GitHub
parent 2a369e7e47
commit 759d3f11b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ const ImageItem = ({
accessibilityLabel={imageSrc.alt}
accessibilityHint=""
onLoad={() => setIsLoaded(true)}
cachePolicy="memory"
/>
</GestureDetector>
</Animated.View>