Why is React Native FlatList not updating after I add a new item?
I'm working on a React-Native app where I display a list of items using FlatList. I want to add new items to the list dynamically, but for some reason, the list does not update immediately when I add an item…