why both onTouchStart and onTouchEnd has two executions in a encapsulation of PanResponder #24131
Labels
API: PanResponder
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Question
Issues that are actually questions and not bug reports.
"react": "16.8.3",
"react-native": "0.59.1",
I just made a simple encapsulation of PanResponder.
When I tap the Eventify component, I got the following logs:
The method
onTouchStart
andonTouchEnd
has two execution. And the methodonPanResponderRelease
just once execution.It's troubling me.
The text was updated successfully, but these errors were encountered: