FlatList's initialScrollIndex causes problems with rendering new items #29302
Labels
Component: FlatList
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Description
If I set InitialScrollIndex > 0 in a FlatList, new items render only after I scroll
React Native version:
Steps To Reproduce
Have a FlatList with initialScrollIndex > 0 and add item to it. This new item will be rendered only after scrolling the FlatList.
Expected Results
Item renders as soon as it is added
Snack, code example, screenshot, or link to a repository:
https://snack.expo.io/@zygroo/flatlist-initialscrollindex-bug
The text was updated successfully, but these errors were encountered: