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 71a1b7d + 296e27a commit 8f425f1Copy full SHA for 8f425f1
README.md
@@ -39,4 +39,4 @@ For styling pass these props.
39
| Name | Callback param | Description |
40
|---------------------------|------------------------------------------|-------------|
41
| isCloseToEnd | Boolean | if scroll is close to end or not. |
42
-| isCloseToStart | Boolean | if scroll is close to start or not. |
+| isCloseToStart | Boolean | if scroll is close to start or not. |
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