nick / react-native-carousel

Carousel component for react-native
MIT License
458 stars 107 forks source link

Delayed animation not working on Android #77

Open richardgill opened 7 years ago

richardgill commented 7 years ago

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,

chsrinu commented 6 years ago

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 commented 6 years ago

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