Fix image is cropped in alt text modal (#1963)

zio/stable
Kev 2023-12-20 21:59:43 +01:00 committed by GitHub
parent 2a94e6a2ef
commit 238ff58db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ export function Component({image}: Props) {
source={{
uri: image.cropped?.path ?? image.path,
}}
contentFit="contain"
accessible={true}
accessibilityIgnoresInvertColors
/>