react-native-image-view
react-native-image-view copied to clipboard
Zoom issue when height is bigger than width
First of all, Thanks for the great work! - Really appreciate it! I have an issue with zooming image
Issue
If the width is bigger than the height, it's working fine. But if the width is smaller than the height, zooming does not work properly.
Expected Behavior
Zoomed image should locate in the centher of the screen.
Actual Behavior
Zoomed image is automattically going upper side.
###ScreenShot
I also face this issue RN v 0.60.4. Any solution?
@sensoft2207 for now the fastest solution is to use https://github.com/jobtoday/react-native-image-viewing which is completely remastered version of this package. I am going to replace this package with https://github.com/jobtoday/react-native-image-viewing as version 3.0 in several days.