diff --git a/packages/pluggableWidgets/image-native/src/components/ImageComponents.tsx b/packages/pluggableWidgets/image-native/src/components/ImageComponents.tsx index af72b5776..1666feb4c 100644 --- a/packages/pluggableWidgets/image-native/src/components/ImageComponents.tsx +++ b/packages/pluggableWidgets/image-native/src/components/ImageComponents.tsx @@ -260,7 +260,7 @@ export const ImageEnlarged: FunctionComponent = props => { style={styles.backdrop} > setEnlarged(false)} style={{ // The child (FastImage) needs "flexGrow: 1" so images on Android are not blurry. // Therefore we explicitly have to set width / height here to prevent the image from taking up the whole screen, which in turn prevents the user from closing the modal (bc parent Pressable will not be clickable).