readd hint

zio/stable
Elijah Wright 2023-10-08 14:30:57 -07:00 committed by GitHub
parent 0122cdb0b6
commit c39352f859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export function AutoSizedImage({
accessible={true} // Must set for `accessibilityLabel` to work
accessibilityIgnoresInvertColors
accessibilityLabel={alt}
accessibilityHint=""
accessibilityHint="Tap to view fully"
/>
{children}
</Pressable>