-
-
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
Android Blinking Issue when swiping #662
Comments
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
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. |
hi @sohuichoi - |
Hello @nmassey |
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.
The text was updated successfully, but these errors were encountered: