use contentFit prop (#9452)

This commit is contained in:
Samuel Newman
2025-11-26 19:06:12 +02:00
committed by GitHub
parent 6ab3751b5c
commit 7f2d46b731
+1 -1
View File
@@ -230,6 +230,7 @@ const GalleryItem = ({
accessibilityIgnoresInvertColors
cachePolicy="none"
autoplay={false}
contentFit="cover"
/>
<MediaInsetBorder />
@@ -274,7 +275,6 @@ const styles = StyleSheet.create({
marginTop: 16,
},
image: {
resizeMode: 'cover',
borderRadius: tokens.borderRadius.md,
},
imageControl: {