Open denisonfer opened 4 years ago
OnSwipedAll wont get called when infinite is true
OnSwipedAll wont get called when infinite is true
That's correct. Normally you do not reach the end of the deck when infinite is set true so there's no possible scenario where onSwipedAll will get called.
Hello, i have one project like tinder, and i am using functional components to do this, i have code below:
the Problem: onSwipedCard dont active.. i have infinite cards, even without data... can help?