react-native-easy-gestures icon indicating copy to clipboard operation
react-native-easy-gestures copied to clipboard

Doesn't work properly with non-Image components

Open anasbarg opened this issue 6 years ago • 1 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

anasbarg avatar Jan 09 '19 13:01 anasbarg

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

maoapp avatar Dec 11 '19 19:12 maoapp