diff --git a/src/components/Touchable/Touchable.js b/src/components/Touchable/Touchable.js index 90af32ef..5f663925 100644 --- a/src/components/Touchable/Touchable.js +++ b/src/components/Touchable/Touchable.js @@ -399,6 +399,7 @@ const TouchableMixin = { if (delayMS !== 0) { this.touchableDelayTimeout = setTimeout(this._handleDelay.bind(this, e), delayMS); } else { + this.state.touchable.positionOnActivate = null; this._handleDelay(e); }