react-native-carousel
react-native-carousel copied to clipboard
Delayed animation not working on Android
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 line gets called, but the timer never seems to come back. https://github.com/nick/react-native-carousel/blob/master/Carousel.js#L110.
Has anyone seen this before? Any potential fixes?
Thanks,
I am also facing the same issue, what ever delay i give its animating for every 30 seconds. Please let me know if you have got fix for this.
Thanks in advance..
I got this fixed by changing the react native version to 0.51.0