-
Notifications
You must be signed in to change notification settings - Fork 65
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
Infinite Loop When Swiping Quickly #159
Comments
Hi, thank you for reporting this! Can you please let us know what device and system version you used? Also what was your react native version? Attaching a video helps the fixing process. If you have an idea on how to fix, contributions are more than welcome! |
Hey, I have the same issue. I am using "react-native": "0.72.6", with "expo": "~49.0.15". Testing on an iPhone 11 with latest iOS. I am attaching a video of the bug. It occurs when scrolling between categories. I turned enableCategoryChangeAnimation to false and it seems that this fixed it. 8bee6f73-2e06-444e-b27c-999011c11d03.mp4 |
Hey @griffinbaker12 @jan-kozinski. I see this is still an issue but I think I might have found what caused this behavior and the solution to this problem. I'll be more than happy to submit my PR 😄 |
Hi @AnMiZa 👋, you are more than welcome to submit your PR. 🚀 |
When is the next version coming out? Btw, thanks @AnMiZa for the fix. |
Hi @Harukisatoh, we've identified a few more issues that we need to address before rolling out the next version. We appreciate your patience and are working to release it soon. Thanks for your understanding! |
Hey! I noticed that there can be an infinite loop if you swipe really quickly through the categories so I wrote some code that fixed it on my end. I was planning on making a PR if this is a persistent issue.
The text was updated successfully, but these errors were encountered: