webraptor / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
126 stars 81 forks source link

how to upload array cards #43

Open jaroslav009 opened 3 years ago

jaroslav009 commented 3 years ago

when I download data from the Swiper server, sees only the first data, other data that is downloaded it does not see

Rubberjoelzilla commented 3 years ago

Did anyone have a solution for this issue? The workflow I'm trying to impliment is to load a batch of X amount of cards, when the user has swiped through X-5 cards, we load the next batch of X cards, creating in essence an endless loop of original cards to swipe through. The issue I'm having is that once we swipe through the first batch of cards, the second batch is not rendering despite the cards array prop including the second batch.

fredyonge commented 3 years ago

@Rubberjoelzilla did you find a solution?