nathvarun / React-Native-Layout-Tutorial-Series

Project Files for Youtube Tutorial Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] Infinite Deck for Swipe example

pckz opened this issue · comments

For the sample code Tinder Swipe Deck, I need to create an infinite deck. I tried with a big number of swipes (50) and the performance is very slow, so I thought in a small deck (like 3) and reload every time the index and the active deck.

What recommend me to solve that problem, I'm not expert in react native development so I would be very grateful for every every advice.

Thanks