React-native-swiper: Callback for when swiper goes to the next slide

Created on 6 May 2016  ·  3Comments  ·  Source: leecade/react-native-swiper

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)?

Most helpful comment

Created a pull request to add this functionality: #182

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nicolabortignon picture nicolabortignon  ·  3Comments

ghost picture ghost  ·  3Comments

kliuj picture kliuj  ·  3Comments

tibic picture tibic  ·  3Comments

nomoreboredom picture nomoreboredom  ·  3Comments