Posts by Carlos Eduardo • 26 points
2 posts
-
1
votes1
answer325
viewsA: How to put Picker to start with "Select" in React Native
Luke, I also don’t know a way to hide the first item of selects, but there’s one thing you can do! You can pass a property color="#00000090" in the first item, to give an opacity in the text. Thus,…
-
0
votes2
answers52
viewsA: Doubt Basic variables Javascript
Gustavo, it is necessary to create a state (State) in React-Native. It also has React Hooks, which allows us to work with component states in the function format. state = { ping: "", connectado: "",…