React Native — Flatlist Updated but Render Card's state not updated
I m working on an app in which I have FlatList and which contains list of cards. I have survey cards and when user perform any survey I add response of that survey in local DB and updated FlatList. My…