Skip to content

Commit

Permalink
Use memory caching for android lightbox (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee authored Dec 28, 2023
1 parent 2a369e7 commit 759d3f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ const ImageItem = ({
accessibilityLabel={imageSrc.alt}
accessibilityHint=""
onLoad={() => setIsLoaded(true)}
cachePolicy="memory"
/>
</GestureDetector>
</Animated.View>
Expand Down

0 comments on commit 759d3f1

Please sign in to comment.