How do I refresh a list in React when items are manipulated from outside?
I am new to React Native and I try to implement a "reset feature" in my game. And allthough the game data is reset correctly I can't find out how to rerender the components that are displaying the elements... Note:…