Reorder props to match between forks
This commit is contained in:
@@ -307,9 +307,9 @@ const ImageItem = ({
|
|||||||
)}
|
)}
|
||||||
<GestureDetector gesture={composedGesture}>
|
<GestureDetector gesture={composedGesture}>
|
||||||
<AnimatedImage
|
<AnimatedImage
|
||||||
|
contentFit="contain"
|
||||||
// NOTE: Don't pass imageSrc={imageSrc} or MobX will break.
|
// NOTE: Don't pass imageSrc={imageSrc} or MobX will break.
|
||||||
source={{uri: imageSrc.uri}}
|
source={{uri: imageSrc.uri}}
|
||||||
contentFit="contain"
|
|
||||||
style={[styles.image, animatedStyle]}
|
style={[styles.image, animatedStyle]}
|
||||||
accessibilityLabel={imageSrc.alt}
|
accessibilityLabel={imageSrc.alt}
|
||||||
accessibilityHint=""
|
accessibilityHint=""
|
||||||
|
|||||||
Reference in New Issue
Block a user