react-native-gesture-recognizers
react-native-gesture-recognizers copied to clipboard
How to combine with normal onPress ?
can this module respond to normal onPress events ?
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.