fsarmento
fsarmento
I just followed the example on index.md and everything works great, except that if I change the values of `maxZoom` and `minZoom`, or set `panToMove` to false or `pinchToZoom` to...
I have an app that works fine if I do not use/ reference `mobx-remotedev`. I can even use "react-native Debugger" to connect in debug mode and have access to the...
This is more of a feature request. I need to know the size and coordinates of the visible area of the picture to crop it using [ImageEditor](https://github.com/facebook/react-native/blob/c6b96c0df789717d53ec520ad28ba0ae00db6ec2/Libraries/Image/ImageEditor.js). onScale event already...
### Description On react native, `Image.getSize() ` uses Fresco ([here](https://github.com/facebook/react-native/blob/0a39cda39a83313fa1628759b2735d58ffcc02ec/ReactAndroid/src/main/java/com/facebook/react/modules/image/ImageLoaderModule.java#L71)) to return the width and height of a given image. As explaned in this react-native issue (https://github.com/facebook/react-native/issues/22145), the returned width...