0

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.

Ryan Angelo
  • 93
  • 1
  • 13

1 Answers1

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