terrylinla / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
692 stars 450 forks source link

Get image size #153

Open oktapodia opened 4 years ago

oktapodia commented 4 years ago

Hello all,

I would like to know if this is possible to get the localSourceImage size?

In fact, I am exporting the path from a phone screen and I am trying to load it on a tablet screen. Because the displayed image does not have the same size on both devices, this is a bit difficult to redraw the line at the exact same position.

Any ideas?

Regards