-
Notifications
You must be signed in to change notification settings - Fork 96
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
onSwipeNext stuck #207
Comments
This is related to the component performance, which I'm trying to improve right now, but is taking me a while.
In the current code, moving years generates large amounts of data for the internal VirtualizedList, which can cause issues like what you describe. We can try to address the case of moving years/months at once. |
It's also stuck when changing for one or 2 days. |
Can you provide the code to reproduce or a video |
Thanks for the quick response Screen.Recording.2022-06-02.at.5.19.03.PM.mov |
When I select the date after 2 or 3 years from the current date, the onSwipeNext stuck and can't go next.
when swipePre after that it can swipe next.
sometimes gives this Warning
LOG VirtualizedList: You have a large list that is slow to update - make sure your renderItem function renders components that follow React performance best practices like PureComponent, shouldComponentUpdate, etc. {"contentLength": 40590, "dt": 3129, "prevDt": 680}
The text was updated successfully, but these errors were encountered: