React Native FlatList display on Scroll
I’m making a flatlist in wich I display the informations on the user scroll. But I don’t know why I got this error : ERROR Warning: Encountered two children with the same key, 4. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or… Read More React Native FlatList display on Scroll