readd hint
parent
0122cdb0b6
commit
c39352f859
|
@ -63,7 +63,7 @@ export function AutoSizedImage({
|
||||||
accessible={true} // Must set for `accessibilityLabel` to work
|
accessible={true} // Must set for `accessibilityLabel` to work
|
||||||
accessibilityIgnoresInvertColors
|
accessibilityIgnoresInvertColors
|
||||||
accessibilityLabel={alt}
|
accessibilityLabel={alt}
|
||||||
accessibilityHint=""
|
accessibilityHint="Tap to view fully"
|
||||||
/>
|
/>
|
||||||
{children}
|
{children}
|
||||||
</Pressable>
|
</Pressable>
|
||||||
|
|
Loading…
Reference in New Issue