Closed sohuichoi closed 2 months ago
Hey @sohuichoi 👋, I'm here to help you with any bugs, questions, or contributions you have. Let's work together to solve this issue!
I found some similar issues that might help you resolve the Android blinking issue when swiping right in your react-native-reanimated-carousel
:
Image Flickers When Swiping Carousel (Open)
react-native-reanimated-carousel
library with custom animations can help reduce flickering [1].Weird animation issue with Expo SDK 50 (Open)
Carousel disappear on swipe/drag on Expo RN Web (Open)
Additionally, there are some relevant bug fixes in the repository that address similar blinking issues:
Ensure you are using the latest version of the library where these fixes are included. You can update to the latest version using:
npm install react-native-reanimated-carousel@latest
If the issue persists, consider reviewing the changes made in the mentioned commits to understand the specific fixes applied [4].
By following these suggestions and ensuring you have the latest updates, you should be able to resolve the blinking issue on Android.
To continue talking to Dosu, mention @dosu.
hi @sohuichoi - I've got a patch waiting for review that I hope will resolve this issue. Does this seem to be the same bug?
Hello @nmassey Yes That's absolutely the same issue with me! Thanks to the recommended PR, I could resolve the issue by downgrading the version from 4.0.0-alpha.12 to 3.5.1.
Describe the bug
At the moment when swiping to right, the data in the render item changes from the current to prior data. This issue only occurs in the Android. How can I resolve?
To Reproduce Steps to reproduce the behavior: The attached gif file shows the blinking issue. I set the video speed from 1 to 0.25. If I revert the card by swiping toward left, it's fine. but the issue occurs when swiping toward right.
Expected behavior
I hope the animation shows smoothly, not blinking. Screenshots If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
the following is adjusted code.