webraptor / react-native-deck-swiper

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

Push new items to the stack without re render #42

Closed jaroslav009 closed 3 years ago

jaroslav009 commented 3 years ago

Hello, I have a big deck so I need to download the files in batch. What I'm downing is to download the first ten items and then after 5 swipes I start to download the other 5 an so one and pushing it to cardsData, the problem is that I can't add new data without break the app.

Is there a property like extraData in flat list that we can use?

Thanks

jaroslav009 commented 3 years ago

I decided it. I just set stackSeparation={5} because this props was bigger

Riaz5687 commented 1 year ago

i am facing same issue, could you please help me