msand / zoomable-svg

Pinch to pan-n-zoom react-native-svg components using a render prop.
38 stars 14 forks source link

onPress of Circle in Basic ZoomableSvg Example doesn't work #12

Closed 369663841 closed 5 years ago

369663841 commented 5 years ago

Hi, thank you for your excellent work. I try the Basic ZoomableSvg Example , it seem work fine. But when I press the Circle,it don't work. While I remove ZoomableSvg , Circle is onPress work.

React Native : 0.56.0 react-native-svg : 6.5.3 zoomable-svg : 5.0.1

I am sorry that my English is not good.

aditya1711 commented 3 years ago

@369663841 did this work for you?

aditya1711 commented 3 years ago

removing the double tap prop makes the on press work for me