Relative Content

Tag Archive for javascriptreactjsnode.jsreact-native

FlatList infinite scroll isn’t fetching more data from paginated API

PREMISE
First my API was a simple endpoint for fetching user chat history but the backend team changed the API to add three params: cursor, limit and searchTerm, and I was asked to implement it in React Native frontend for infinite scrolling using FlatList along with a search feature.