Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delayed animation not working on Android #77

Open
richardgill opened this issue Mar 1, 2017 · 2 comments
Open

Delayed animation not working on Android #77

richardgill opened this issue Mar 1, 2017 · 2 comments

Comments

@richardgill
Copy link

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
Copy link

chsrinu commented Feb 12, 2018

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
Copy link

chsrinu commented Feb 13, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants