Posts by Marcos Cruz • 23 points
1 post
-
1
votes1
answer29
viewsQ: How do Textinput print number 1 every time you press Buttom?
How to do the TextInput print out the number 1 every time we press the button? Example: if I press 5 times the button, I want "11111" to appear on TextInput. const App = () => { const state={…