react-native-carousel
react-native-carousel copied to clipboard
Carousel component for react-native
Hi There, I've noticed on Android my Carousel doesn't animate after the specified delay (works fine on iOS). I've got the following props set: ``` animate={true} delay={4000} loop={true} ``` This...
As a requirement of my project, I want to stop the autoplay on user's gesture and manually stop autoplay. Can you help?
I'm on React 16 and react native 48. Passing an initialPage but it doesn't seem to be working anymore. Only occurring on IOS. Android seems fine. I was able to...
Add support to arrows - `left` and `right` - to help create slider controllers.
If user don't set indicatorOffset explictly , meanwhile the height of subview of ScrollView is below 250, the indicatorOffset default value will lead to PageControl been disappeared from user's sight....
This is not an issue, a suggestion please add a current slide selector. Where we can set the current slide on initialization or later.
`Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.` Get the above error when I import this module using `require`...