react-native-image-zoom icon indicating copy to clipboard operation
react-native-image-zoom copied to clipboard

After rotate transform drag translation works in opposite direction at 180deg rotate

Open khabbab opened this issue 4 years ago • 0 comments

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.

khabbab avatar Mar 08 '21 07:03 khabbab