I have a card item with TouchableOpacity
which has both onPress
and onLongPress
. When I intend to perform onPress
action by taping on the record onLongPress
gets triggered. This is happening only when remote debugger is enabled. And this is happening both in emulator and real device.
Issue reported in github as well long back, but no solution as of now.
Any help is appreciated to prevent this behavior.Thank you.