ascoders / react-native-image-zoom

react native image pan and zoom
MIT License
637 stars 282 forks source link

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

Open khabbab opened 3 years ago

khabbab commented 3 years ago
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.