How to set zoom level with button plus/subtract ???
Closed this issue · 2 comments
trungdh-pnc commented
help me please 🥺
ajayg415 commented
It involves 2 things.
- You have to trigger touch event when user clicks
Plus
orMinus
buttons. - Seems the current logic doesn't permit
Minus
operation, you have to add this new functionality in ReactNativeZoomableView.js
SimonErich commented
thank you @ajayg415 for helping out! :)
Fortuntately we have a new release that introduces events exactly for that:
Here are the details:
https://github.com/DuDigital/react-native-zoomable-view/releases/tag/v1.1.0
Please make sure to install the latest version. (1.1.3 or up for a working version)
You can also check out the example repo for an examples:
https://github.com/DuDigital/react-native-zoomable-view