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.
BottomTabNavigator dont shows tabs and coming on top instead of bottom in React Native
My bottom navigator:
firstly, in the top;
secondly, doesnt showing any of my pages;
My code:
App.js