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

Capturing events from children #12

Closed PEZO19 closed 2 months ago

PEZO19 commented 3 months ago

Hi there!

I am wondering how capturing events of children currently possibly or how to improve. Maybe possible with these steps below, but not otherwise?

  1. exposing a ref to the used PanGestureHandler (to use that ref in children's simultaneousHandlers)
  2. adding a new prop to set simultaneousHandlers of the used PanGestureHandler

@Skipperlla WDYT?