File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -327,6 +327,8 @@ end it will fetch some more while showing the loading indicator.
327
327
328
328
It is also good to use on lists which user normally dont reach the end anyways specially if you are letting them search, or filter the list.
329
329
330
+ ` renderOnScroll ` prop will not work while pagination props are being used.
331
+
330
332
``` jsx
331
333
< PlainList
332
334
list= {[1 ,2 ,3 ,... 10000000 ]}
@@ -340,6 +342,8 @@ FlatList comes with pagination out of the box. This is specially great for when
340
342
so you start with fetching a small portion and then let the user scroll to the bottom, show the loading indicator while you
341
343
fetch some more.
342
344
345
+ Pagination props will not work while ` renderOnScroll ` is being used.
346
+
343
347
### hasMoreItems
344
348
###### boolean
345
349
You start by telling FlatList if there are more items to come with ` hasMoreItems ` prop. It will then start monitor scrolling
You can’t perform that action at this time.
0 commit comments