Posts by Jonathan Souza • 66 points
3 posts
-
2
votes2
answers168
viewsA: React Native: Component does not find state data after setState
I don’t understand it very well, but why do you play it in an array if it’s a single object? If there are several objects in an array, there is no way to pick up using user.name If it is a single…
-
1
votes1
answer87
viewsA: Problems with "active" Reactjs
My problem was I was passing the props in Icon, the correct is in <li> as a new component and I thank everyone who helped me and especially Carlos Queiroz who guided me. Ending: index js.:…
-
2
votes1
answer87
viewsQ: Problems with "active" Reactjs
I’m trying to create a state to set an icon like active changing its color, but I am failing miserably for having little knowledge. I created a state with the useState and I set the value true by…