-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
WindowedListView lags on scroll up on Android #11950
Comments
I figure it out that WindowedListView uses
that only works on iOS I've tried to replace it to use but it did not work any ideas of how can I fix this for android? |
@sibelius it works for that use case, but it's not quite the same. |
@sibelius Did you manage to fix the scroll issue? |
No, I've migrated to FlatList But it also has the same problem with the list has a bunch of rows |
@sibelius Please reopen this issue as its still not fixed. |
@bharath-kamath I recommend to move to and open another issue if you have the same problem with |
Description
I've implemented a List of Items using WindowedListView
it works fine on iOS, but it lags a lot on Android.
this is a video of the bug: https://youtu.be/aFDBJU93b-o
it takes a lot of time to rerender the row when we scroll up, and it waits one row to be rendered after another.
this do not happen on ios
Additional Information
The text was updated successfully, but these errors were encountered: