use showControls to show/hide live text icon on ios (#2982)

This commit is contained in:
Hailey 2024-02-23 16:05:54 -08:00 committed by GitHub
parent bdb63fff6d
commit 9c5cd391dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 2 deletions

View file

@ -122,6 +122,7 @@ function ImageViewing({
imageSrc={imageSrc}
onRequestClose={onRequestClose}
isScrollViewBeingDragged={isDragging}
showControls={showControls}
/>
</View>
))}