react-native-image-zoom
react-native-image-zoom copied to clipboard
iOS version
how do you think about IOS version?
I would gladly take a pull request. But I don't really know iOS so this may take a while.
Just use minimumZoomScale and maximumZoomScale props of ScrollView for iOS
@sunify Cool that kinda works. I'll play around with it.
Problem with the minimumZoomScale
/maximumZoomScale
props approach on iOS is that the image isn't actually zoomed. The pixels in within the ScrollView
are stretched, making the image very blurry.
I'm investigating a bit further to see if this can be solved.