How to display repeating elements in React Native?
Anonymous
I want to display, say, a <Text>hello</Text> a given number of times. The number of times is saved in a TextInput which updates an element in the state. How to do this?
I want to display, say, a <Text>hello</Text> a given number of times. The number of times is saved in a TextInput which updates an element in the state. How to do this?