I\'ve faced an issue with flatlist when I get single data from the server and set these into state and passes into data props, I can\'t see any update in the render \"I\'m a
to force the flatlist re-render. just add a boolean lets say "forceUpdate" to your state and whenever an item is added to flatlist data toggle that boolean and pass that to the extra data of your FlatList instead of the state.