Skip to content

Commit

Permalink
Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 3, 2023
1 parent d5e9b3a commit 6998349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ const ImageItem = ({
<GestureDetector gesture={Gesture.Exclusive(Gesture.Simultaneous(pinch, pan), doubleTap)}>
<AnimatedImage
source={imageSrc}
resizeMode="contain"
contentFit="contain"
style={[styles.image, animatedStyle]}
accessibilityLabel={imageSrc.alt}
accessibilityHint=""
Expand Down

0 comments on commit 6998349

Please sign in to comment.