Posts by beatriiss • 1 point
2 posts
-
-1
votes1
answer28
viewsA: Textinput value does not change - React Native
So guys what happens is that my function was being called several times for so, always brought the old value. The solution was as follows: useEffect(()=> { async function getNo_completo(){ let…
-
0
votes1
answer28
viewsQ: Textinput value does not change - React Native
So I’m taking these values in Asyncstorage and they come from my database, so far so good, I take the const’s and I play in them the values I pulled. but I need to be able to edit this by the text…