-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Page abnormal flickering #756
Comments
Hey @Chenjiujiu! I'm here to help you with any bugs, questions, or contributions. Let's squash those bugs together! 😊 I found a similar open issue regarding flickering in the
Additionally, ensure that the carousel component is not being re-rendered unnecessarily, which can cause flickering. You might also want to check if the issue persists when not using the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu |
For the flickering issue you're experiencing when leaving the page, consider the following potential causes and solutions:
These steps should help you identify and resolve the flickering issue. If the problem persists, consider isolating the carousel in a minimal setup to pinpoint the cause. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Does anyone else have the same issue? This has been blocking me for quite a while |
@Chenjiujiu I'm experiencing the same issue. Have you found a solution yet? |
@dohooo I am experiencing the same issue, and I believe the problem is that the Carousel animation is conflicting with the ScrollView/Flatlist on the other screen. |
Not yet, I’m still working on it. Let me know if you come across anything that works! |
@Chenjiujiu I found a temporary fix for the issue where the Carousel animation conflicts with the ScrollView/FlatList on other screens. My solution involves removing the Carousel component when the screen blurs and re-adding it when the screen gains focus. Here's the code that resolves the problem for me.
|
Same issue for me |
Description
When I leave the page, the carousel causes my page to flicker
And I noticed that its structure is also disorganized.
Steps to reproduce
Snack or a link to a repository
https://github.com/Chenjiujiu/carousel-demo
Reanimated version
4.0.0-canary.22
React Native version
0.76.5
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
iOS simulator
Device model
ios
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: