openspacelabs / react-native-zoomable-view

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.
MIT License
189 stars 57 forks source link

Get new measurements of the scaled image #68

Open Fatima90 opened 12 months ago

Fatima90 commented 12 months ago

Hello

How can I get the new width and height of the zoomed image ?

I am trying to save the scaled image in my server as the new image.

is that possible ?

Thank you