You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
I have added the ImageZoom component in my Flatlist's item. I just want to have image zoom, so I set false to panToMove. Now I am scrolling my Flatlist but it's not getting scrolled due to the image responding.
I have added the ImageZoom component in my Flatlist's item. I just want to have image zoom, so I set false to panToMove. Now I am scrolling my Flatlist but it's not getting scrolled due to the image responding.
How can I solve it?
return ( <ImageZoom cropWidth={width} cropHeight={height} imageWidth={width} imageHeight={height} panToMove={false}> <Image style={styles.image(item.imageData.width, item.imageData.height, navigationStyle.panelsMargin, item)} source={{ uri: item.imageData.image }} /> </ImageZoom> )
The text was updated successfully, but these errors were encountered: