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

How to combine with normal onPress ?

Open alfonsodev opened this issue 9 years ago • 1 comments

can this module respond to normal onPress events ?

alfonsodev avatar Apr 05 '16 19:04 alfonsodev

No, currently the decorators cannot handle that. If each decorator should also be able to handle normal onPress event, then their logic would have to be updated to decide whether it was just onPress or a swipe/pan. In case you only need onPress, you could easily write your own decorator for that.

johanneslumpe avatar Apr 06 '16 06:04 johanneslumpe