ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 576 forks source link

Pinch to zoom not working #441

Open TheAlmightyThor opened 3 years ago

TheAlmightyThor commented 3 years ago

Double tap to zoom is working perfectly but pinch to zoom is not doing anything, enableImageZoom is set to true and I have got react-native-image-pan-zoom installed

` <Modal visible={visible} animationType='slide'

<ImageViewer imageUrls={images} enableSwipeDown={true} onSwipeDown={()=>{setIsVisible(false)}} enableImageZoom={true} index={position} /> `