use ios live text interaction in alt text modal and image viewer (#2752)
This commit is contained in:
parent
2427329a84
commit
3a9497cc7e
2 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,7 @@ const ImageItem = ({imageSrc, onTap, onZoom, onRequestClose}: Props) => {
|
|||
accessibilityLabel={imageSrc.alt}
|
||||
accessibilityHint=""
|
||||
onLoad={() => setLoaded(true)}
|
||||
enableLiveTextInteraction={!scaled}
|
||||
/>
|
||||
</Animated.ScrollView>
|
||||
</GestureDetector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue