Posts by Daniel • 41 points
1 post
-
4
votes1
answer207
viewsQ: How to render the same component several times in React?
I’m trying to make a list with a component being repeated certain times. To be clear, I have a ScrollView and its own component PutANumber. I need the ScrollView has a predefined amount of…