We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7b974 commit 968b3e9Copy full SHA for 968b3e9
packages/react-native-web/src/exports/Touchable/index.js
@@ -393,6 +393,10 @@ const TouchableMixin = {
393
this.touchableDelayTimeout && clearTimeout(this.touchableDelayTimeout);
394
this.longPressDelayTimeout && clearTimeout(this.longPressDelayTimeout);
395
this.pressOutDelayTimeout && clearTimeout(this.pressOutDelayTimeout);
396
+ // Clear DOM nodes
397
+ this.pressInLocation = null;
398
+ this.state.touchable.responderID = null;
399
+ this._touchableNode = null;
400
},
401
402
/**
0 commit comments