Fix image is cropped in alt text modal (#1963)
parent
2a94e6a2ef
commit
238ff58db9
|
@ -80,6 +80,7 @@ export function Component({image}: Props) {
|
|||
source={{
|
||||
uri: image.cropped?.path ?? image.path,
|
||||
}}
|
||||
contentFit="contain"
|
||||
accessible={true}
|
||||
accessibilityIgnoresInvertColors
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue