race604 / react-native-viewpager

[Deprecated] ViewPager component for React Native
1.41k stars 373 forks source link

How to integrate Pinch and zoom with Viewpager #144

Open arunrajrs opened 7 years ago

arunrajrs commented 7 years ago

Hi All, Im facing an issue with pinch zoom/pan with viewpager. Can anyone help me how to integrate the pinch zoom/pan into image inside viewpager, without avoiding the Viewpager component ?

Thanks in Advance

jkomyno commented 7 years ago

+1

arunrajrs commented 7 years ago

Should we try with any alternate libs ?

jkomyno commented 7 years ago

https://github.com/Anthonyzou/react-native-image-zoom Maybe this one? I haven't tried it yet, but in the README they seems to offer an example with a viewpager @arunrajrs

arunrajrs commented 7 years ago

Thanks a lot @jkomyno, Let me look into the solution provided. Will update back once tried the same

mikefogg commented 6 years ago

Hey guys, any thoughts on this still? Been a while, but trying to add pinch & zoom to the viewpager and I've been pretty unsuccessful so far :)