Sign in
Log inSign up

How to display repeating elements in React Native?

Default profile photo
Anonymous
·Aug 30, 2017

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?