Skip to content

Commit b9b00a1

Browse files
author
Chen Oppenhaim
committed
onScroll is not being passed with the event param
1 parent 550f96b commit b9b00a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class RNFadedScrollView extends Component {
7777
}
7878
}
7979
if (this.props.onScroll) {
80-
this.props.onScroll();
80+
this.props.onScroll(e);
8181
}
8282
}
8383

0 commit comments

Comments
 (0)