Posts by Gustavo Felix • 1 point
1 post
-
-1
votes0
answers17
viewsQ: How to take a useState from one screen and use it on another screen in React Native?
Guys, I’m making an app for college in React Native and I used a useState to get the name of the user on the screen of Signin, but I don’t know how I can take this name and use in other screens in…