johanneslumpe / react-native-gesture-recognizers

Gesture recognizer decorators for react-native
MIT License
366 stars 55 forks source link

Any plan to support pinch/zoom/rotate? #2

Open coodoo opened 9 years ago

coodoo commented 9 years ago

Those would come in real handy, thanks!

johanneslumpe commented 9 years ago

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.

coodoo commented 9 years ago

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 :)

zaynyatyi commented 8 years ago

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