react-native-spring-carousel icon indicating copy to clipboard operation
react-native-spring-carousel copied to clipboard

Carousel component for React Native implemented by View instead of ScrollView

Results 5 react-native-spring-carousel issues
Sort by recently updated
recently updated
newest added

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...

Right now, when you provide a speed, the carousel will swipe itself through its views. I would need a boolean property that I could set to prevent carousel from looping...

Hi ! First, nice repository ! 👍 Then, you should add callbacks on start and end of the swiping gesture. I've implemented this every quickly and maybe not the way...