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 4a0b154 commit ff9b3a6Copy full SHA for ff9b3a6
README.md
@@ -60,6 +60,7 @@ import { FlatList } from "react-native-bidirectional-infinite-scroll";
60
activityIndicatorColor={'black'} // optional
61
HeaderLoadingIndicator={() => { /** Your loading indicator */ }} // optional
62
FooterLoadingIndicator={() => { /** Your loading indicator */ }} // optional
63
+ enableAutoscrollToTop={false} // optional | default - false
64
// You can use any other prop on react-native's FlatList
65
/>
66
0 commit comments