We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
The text was updated successfully, but these errors were encountered:
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..
Sorry, something went wrong.
I got this fixed by changing the react native version to 0.51.0
No branches or pull requests
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:
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,
The text was updated successfully, but these errors were encountered: