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

Touch Events #28

Open noelzappy opened 6 days ago

noelzappy commented 6 days ago

Could it be possible to use Touchable or Pressable components inside the renderCard method? I've tried and they seem to not receive the touch events.

Skipperlla commented 4 days ago

I do not support such a feature for now because the rendered child inside is completely yours, but if you are talking about features such as onSwipeStart or onSwipeActive, they are all available.