diff --git a/Examples/UIExplorer/js/AnimatedGratuitousApp/AnExApp.js b/Examples/UIExplorer/js/AnimatedGratuitousApp/AnExApp.js index c7621b42a..ff59df624 100644 --- a/Examples/UIExplorer/js/AnimatedGratuitousApp/AnExApp.js +++ b/Examples/UIExplorer/js/AnimatedGratuitousApp/AnExApp.js @@ -83,6 +83,7 @@ class Circle extends React.Component { y: gestureState.dy + this.props.restLayout.y, }); this.props.onDeactivate(); + this.state.pan.removeAllListeners(); }, })}, () => { this.props.onActivate();