Fix image is cropped in alt text modal (#1963)
This commit is contained in:
@@ -80,6 +80,7 @@ export function Component({image}: Props) {
|
|||||||
source={{
|
source={{
|
||||||
uri: image.cropped?.path ?? image.path,
|
uri: image.cropped?.path ?? image.path,
|
||||||
}}
|
}}
|
||||||
|
contentFit="contain"
|
||||||
accessible={true}
|
accessible={true}
|
||||||
accessibilityIgnoresInvertColors
|
accessibilityIgnoresInvertColors
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user