ascoders / react-native-image-viewer

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

Zoom doesn't work #319

Closed nadav2051 closed 5 years ago

nadav2051 commented 5 years ago

The functionality of zooming doesn't work, I've explicitly set the enableImageZoom to true and neither double tap to zoom, or pinch to zoom is working.

React Native 0.59.8

DISKONEKTeD commented 5 years ago

I'm on 0.59.10, using 2.2.26 and it working fine

nadav2051 commented 5 years ago

Yep, it was totally my bad, it seems a flex: 1 style to the ImageViewer component brought the zoom back.

shengliZh commented 5 years ago

me too, 0.59.8 zoom doesn't work