diff --git a/lib/RefreshableFlatList.android.js b/lib/RefreshableFlatList.android.js index ce815ae..d28a83a 100644 --- a/lib/RefreshableFlatList.android.js +++ b/lib/RefreshableFlatList.android.js @@ -253,6 +253,7 @@ export default class RefreshableFlatList extends Component { } else if (!this.isPulling) { this.setState({ scrollEnabled: true }); } + this.props.onScroll && this.props.onScroll(e) } onLayout = (e) => {