Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Pinch to zoom not working #441

Open
TheAlmightyThor opened this issue Dec 3, 2020 · 0 comments
Open

Pinch to zoom not working #441

TheAlmightyThor opened this issue Dec 3, 2020 · 0 comments

Comments

@TheAlmightyThor
Copy link

TheAlmightyThor commented Dec 3, 2020

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>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant