-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Carousel randomly does not show item #484
Comments
Hi @maioradv , I'm looking for this problem and provide you a solution. thanks for sharing |
same here |
@oliverloops have you got the chance to look into it ? |
@oliverloops Sorry, its working fine with me, its my mistake in code |
I noticed that i have images in data props but i cant console.log in renderItem, seems like it doesnt render the item |
me too @maioradv Do you have any good solutions? |
nope i can't figure out why is doing this problem... do u have images on a server online or offline? because in my case they're online but if render just the images it works perfectly |
@maioradv Here is an online image. I can confirm that if I lower the react-native-reanimated version to 2.8.0 this problem will not occur. But because one of my own components requires [email protected] to solve the crash. |
@maioradv The simple and crude way is to comment out in react-native-reanimated-carousel/src/lazyView.tsx |
i updated the version at 3.6.0 seems to be solved for now |
Could you try the latest version of alpha? npm install react-native-reanimated-carousel@alpha |
I'm seeing this as well, same result on alpha @dohooo |
Sometimes carousel seems not to show items until you swipe to change item.
There's an example of the problem:
https://d35vozid5pezr8.cloudfront.net/temp/Screen_Recording_20231025_000642_app-cms.gif
There's the code:
https://d35vozid5pezr8.cloudfront.net/temp/Immagine 2023-10-26 120318.png
Versions:
Smartphone:
When the problem happens also a carousel in home of our app stop to autoplay alone.
This happens only when you start the app if doesn't happen the problem doesnt show up.
The text was updated successfully, but these errors were encountered: