-
Notifications
You must be signed in to change notification settings - Fork 44
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
Force Re-render Carousel #12
Comments
I am facing the same issue. Tried everything but re-rendering of carousel is not working. |
Hi @devendrabhandar, I was not able to solve this. But what I did is I've used a different Carousel Plugin. Use this instead https://github.com/leecade/react-native-swiper. |
Thanks @dsc-bon I will try that one. |
To fix this issue, just give the component a new key prop like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
First, thanks for this amazing plugin. I'm currently challenge by this issue. Is there any way to actively re-render the carousel? Inside my carousel, there are several components that changes values which updates there respective views. But every time I re-loop the new data. It only renders the updated data on the second instance.
Please help.
Thanks!
The text was updated successfully, but these errors were encountered: