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.
2 parents 2c85de0 + 93dca35 commit 4e59f59Copy full SHA for 4e59f59
Libraries/Components/ScrollView/ScrollView.js
@@ -464,7 +464,7 @@ var ScrollView = React.createClass({
464
// onStartShouldSetResponder: this.scrollResponderHandleStartShouldSetResponder,
465
// onStartShouldSetResponderCapture: this.scrollResponderHandleStartShouldSetResponderCapture,
466
// onScrollShouldSetResponder: this.scrollResponderHandleScrollShouldSetResponder,
467
- onScroll: this.handleScroll,
+ onScroll: this._handleScroll,
468
};
469
470
var onRefreshStart = this.props.onRefreshStart;
0 commit comments