How to reproduce:
- Take the FlatListExample: https://github.com/GetStream/flat-list-mvcp/blob/main/Example/src/FlatListExample.tsx
- 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