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

Delayed animation not working on Android

Open richardgill opened this issue 7 years ago • 2 comments

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,

richardgill avatar Mar 01 '17 08:03 richardgill

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

chsrinu avatar Feb 12 '18 09:02 chsrinu

I got this fixed by changing the react native version to 0.51.0

chsrinu avatar Feb 13 '18 09:02 chsrinu