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.
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
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
<View style={{flex:1}}> <Modal visible={visible} animationType='slide' > <ImageViewer imageUrls={images} enableSwipeDown={true} onSwipeDown={()=>{setIsVisible(false)}} enableImageZoom={true} index={position} /> </Modal> </View>
The text was updated successfully, but these errors were encountered: