You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test case limits the number of data pages in memory by removing a page from the other end of the list when a new page of data is loaded. But this causes a sudden jump in the scrolling when data items are removed even though none of those items are visible.
screen-20250716-125738-1.mp4
Expected behavior
There should be no visible jump in the scrolling when data for invisible items is removed.
Current behavior
This test case limits the number of data pages in memory by removing a page from the other end of the list when a new page of data is loaded. But this causes a sudden jump in the scrolling when data items are removed even though none of those items are visible.
screen-20250716-125738-1.mp4
Expected behavior
There should be no visible jump in the scrolling when data for invisible items is removed.
To Reproduce
Use this project: FlashlistTestProject.zip
npm install && npm run android)Platform:
Environment
FlashList 2.0 RC
React Native 0.80.1