react-native-image-zoom
react-native-image-zoom copied to clipboard
After rotate transform drag translation works in opposite direction at 180deg rotate
import ImageZoom from 'react-native-image-pan-zoom'
<View style={{transform:[{rotate:"180deg"}]}}>
<ImageZoom
............
>
...............
</ImageZoom>
<View>
after rotate transform "ImageZoom" translate in different directions on drag.