How to implement infinite pagination for React-Native Flatlist? #2597
Unanswered
VladyslavMartynov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to implement infinite pagination for react-native flatlist. At first mount i need to show 5 elements, then increment page to page +1, but the problem is that when i am trying to refresh the screen, i got the first page + second page data, how to remove cache it such situation, i have already tried all implementations in big infinite scroll discussion but nothing really fits me well
Beta Was this translation helpful? Give feedback.
All reactions