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 550f96b commit b9b00a1Copy full SHA for b9b00a1
src/index.js
@@ -77,7 +77,7 @@ class RNFadedScrollView extends Component {
77
}
78
79
if (this.props.onScroll) {
80
- this.props.onScroll();
+ this.props.onScroll(e);
81
82
83
0 commit comments