Skipperlla / rn-swiper-list

⚡ Lightning fast and customizable tinder-like swiper for React Native
https://www.npmjs.com/package/rn-swiper-list
MIT License
97 stars 9 forks source link

Add chunkSize to more efficiently display cards #26

Open andiskim opened 2 weeks ago

andiskim commented 2 weeks ago

Awesome package! I had 70+ cards which was causing the Swiper to lag, so I only display {chunkSize} cards at a time

Skipperlla commented 2 weeks ago

@andiskim There are new improvements and bug fixes that I will add over the weekend and I'm adding this alongside them

Skipperlla commented 2 weeks ago

can you add a description of this feature to the readme?

andiskim commented 2 weeks ago

can you add a description of this feature to the readme?

done

Skipperlla commented 1 week ago

Hi, I tested your code but it doesn't work exactly right, at first I slide 3 cards and the others are not loaded, can you commit this problem again after I fixed the test? @andiskim

Skipperlla commented 1 week ago

I'll work on a separate branch for this feature and I'll update you on the progress.

Skipperlla commented 1 week ago

you can leave the rebase part to me btw