ascoders / react-native-image-zoom

react native image pan and zoom
MIT License
637 stars 282 forks source link

Get scale from an event #156

Closed isaaccasm closed 3 years ago

isaaccasm commented 3 years ago

Hi,

This is not an issue, really. But I was wondering, is it possible to get the scale that the element is using at any specific time? Particularly, I am trying to get the original X, Y position after an onPress event, which would be the pageX and pageY divided by the scale.

Many thanks, Isaac