Skip to content

Commit ff9b3a6

Browse files
docs: added enableAutoscrollToTop prop in readme
1 parent 4a0b154 commit ff9b3a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ import { FlatList } from "react-native-bidirectional-infinite-scroll";
6060
activityIndicatorColor={'black'} // optional
6161
HeaderLoadingIndicator={() => { /** Your loading indicator */ }} // optional
6262
FooterLoadingIndicator={() => { /** Your loading indicator */ }} // optional
63+
enableAutoscrollToTop={false} // optional | default - false
6364
// You can use any other prop on react-native's FlatList
6465
/>
6566

0 commit comments

Comments
 (0)