Fix image is cropped in alt text modal (#1963)
This commit is contained in:
parent
2a94e6a2ef
commit
238ff58db9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue