diff --git a/src/view/com/composer/photos/Gallery.tsx b/src/view/com/composer/photos/Gallery.tsx index ae31a9b074..a1c6660d4b 100644 --- a/src/view/com/composer/photos/Gallery.tsx +++ b/src/view/com/composer/photos/Gallery.tsx @@ -230,6 +230,7 @@ const GalleryItem = ({ accessibilityIgnoresInvertColors cachePolicy="none" autoplay={false} + contentFit="cover" /> @@ -274,7 +275,6 @@ const styles = StyleSheet.create({ marginTop: 16, }, image: { - resizeMode: 'cover', borderRadius: tokens.borderRadius.md, }, imageControl: {