react-native-spring-carousel
react-native-spring-carousel copied to clipboard
How to capture 'onSlideComplete'
Everytime a carousel changes a slide (automatically or by manual swipe), I want to register that event, and capture the index. The example has an 'onPress' function, which only works if you click on the area. What I'm looking for is more like a 'onSlideComplete'.
Can this be done?