Skip to content

Commit 4e59f59

Browse files
committed
Merge pull request ptmt#77 from frontendyteam/master
Fixes ScrollView not calling onScroll handler
2 parents 2c85de0 + 93dca35 commit 4e59f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Components/ScrollView/ScrollView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ var ScrollView = React.createClass({
464464
// onStartShouldSetResponder: this.scrollResponderHandleStartShouldSetResponder,
465465
// onStartShouldSetResponderCapture: this.scrollResponderHandleStartShouldSetResponderCapture,
466466
// onScrollShouldSetResponder: this.scrollResponderHandleScrollShouldSetResponder,
467-
onScroll: this.handleScroll,
467+
onScroll: this._handleScroll,
468468
};
469469

470470
var onRefreshStart = this.props.onRefreshStart;

0 commit comments

Comments
 (0)