fakeheal / react-native-pan-pinch-view

🔍 A view component for React Native with pinch to zoom and drag to pan functionality.
MIT License
77 stars 13 forks source link

feat: return information of scale and translation on `onTranslationFinished` listener #14

Open iuricernov opened 8 months ago

iuricernov commented 8 months ago

On the project I'm working on now, I had to add these additional fields so that I can calculate the exact viewport where the user zoomed the image. I'm raising this PR in case it's useful for some other project.