react-native-gesture-recognizers icon indicating copy to clipboard operation
react-native-gesture-recognizers copied to clipboard

Any plan to support pinch/zoom/rotate?

Open coodoo opened this issue 10 years ago • 3 comments

Those would come in real handy, thanks!

coodoo avatar Sep 23 '15 13:09 coodoo

I had planned to add them in at some point, but I haven't found the time to do so and currently am occupied with different things. Because of that I do not think this is going to happen in the short term - except it somebody wants to jump in and open a PR for these.

johanneslumpe avatar Sep 30 '15 07:09 johanneslumpe

Understood.

Seems UIGestureRecognizer has got everything in there and it would be really great to expose them to react-native, unfortunately I'm a total obj-c n00b otherwise I'll go ahead and implement them :)

coodoo avatar Sep 30 '15 09:09 coodoo

Currently you can easily inplement it using pan responder and capturing native event.

zaynyatyi avatar Aug 17 '16 08:08 zaynyatyi