use contentFit prop

This commit is contained in:
Samuel Newman
2025-11-26 18:27:10 +02:00
parent 6ab3751b5c
commit 21159666b1
+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: {