Replies: 2 comments
-
I've also faced this same problem |
Beta Was this translation helpful? Give feedback.
-
In my case i use a helper library to handle my requests claled mobx-observable-promise... every promise in it has a prop called if not, then it's not calling anything... but your data source should have a valid pagination ofc... to be able to work with this... NOTE: make sure your fflashlist in a |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to know how to implement infinite scroll without loading everything. I have been using onEndReached with FlatList the distancefromend argument to calculate the distance left before the next page is loaded.
Now, the Flashlist is loading every page one by one even though onEndReachedThreshold={0.5}.
Thank you in advance for your help.
New Adopter.
Beta Was this translation helpful? Give feedback.
All reactions