react-native-arkit icon indicating copy to clipboard operation
react-native-arkit copied to clipboard

Added support for UI rotation gestures

Open cordosvictor opened this issue 8 years ago • 1 comments

cordosvictor avatar Dec 08 '17 13:12 cordosvictor

Hi @cordosvictor thanks for your efforts!

personally I think that gesture detection should not be part of this library at all, because there is the panresponder and plenty of other libraries for react-native for that.

rationale: once we add android support, we will have to mimic the ios gesture detection or drop support for this feature, while panresponder has already solved that problem.

macrozone avatar Dec 12 '17 14:12 macrozone