I'm looking to keep track of what slide the swiper is currently on.
Is there is a way to do this (some callback for when the slide transitions)?
I'm using the onMomentumScrollEnd prop for that and it seems to work just fine.
as showed in the README here: https://github.com/leecade/react-native-swiper#supported-scrollresponder
@kimf does capture when a user taps the arrow buttons as well?
Created a pull request to add this functionality: #182
Most helpful comment
Created a pull request to add this functionality: #182