GetStream / flat-list-mvcp

"maintainVisibleContentPosition" prop support for Android react-native
https://dev.to/vishalnarkhede/maintainvisiblecontentposition-prop-for-android-react-native-3olf
MIT License
133 stars 33 forks source link

Prepending many items resets scroll position to 0 #20

Open gilbertl opened 3 years ago

gilbertl commented 3 years ago

How to reproduce:

  1. Take the FlatListExample: https://github.com/GetStream/flat-list-mvcp/blob/main/Example/src/FlatListExample.tsx
  2. Change the code to add 20 items to the front instead of 5

Expected: the list will stay at item 0

Instead: the list will jump to item -20

krupalikevadiya commented 3 years ago

Yes getting same issue did you found any solution?

3KINGZ commented 3 years ago

same here

numandev1 commented 2 years ago

same issue

suwu150 commented 2 years ago

same issue

ibovegar commented 2 years ago

Same issue here as well =(

bumpingChris commented 1 year ago

Same here

dr1verrr commented 1 year ago

Same