keske / react-native-easy-gestures

React Native Gestures. Support: Drag, Scale and Rotate a Component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work properly with non-Image components

anasbarg opened this issue · comments

Before anything, I would like to thank you for this amazing package, it really saved me a lot of time and effort.

I used it in my projects for scaling, dragging, and rotating images interactively. Up until now it worked perfectly! but when I decided to add the same functionality to non-Image components, such as Text and View components, it didn't work properly when rotating and scaling the component (dragging still work properly).

Thank you very much for you effort

I found a hack in order to scale texts, You can use TextInput and the scale works perfectly