Creating an updating FlatList in React Native with TextInput
I took far too long to figure out how to do this.
Say you want to make a list in React Native that updates upon you pressing a button. This is very easy to do in Vanilla JavaScript and HTML, but since in React and React Native there is no DOM object,...
mimsydev.hashnode.dev4 min read