I just want to ask how to handle or is there a method that will handle when deck swiper of native base gets back to the first card. Lets say I have 100 cards but I display or render 25 cards, what I want to happen is when the number 25 card(which is the last) swipe, it will load the next 25 cards it will not go back to the first card.
Asked
Active
Viewed 1,657 times
0
-
not able to get your issue please add some more information – Sport Jan 25 '17 at 15:17
1 Answers
2
Deck Swiper of NativeBase is just an UI component.
And what you have been asking for is something like paginating the data, which has nothing to do with NativeBase

Supriya Kalghatgi
- 1,155
- 9
- 10
-
thanks for the info, maybe I'll look for pagination package or create one – Ryan Angelo Aug 03 '17 at 09:49