Good day !
So i have a swipeable stack in use where i query documents from firebase
I have a lot of documents and i dont want to query all of them lets say for example i query 5 documents
After i have swiped through 5 documents i want the app to create a new query to get me more documents.
Does anyone know how to do that?
There is no infinite scroll when using swipeable stack.