Posts by Matheus Souza Santana • 11 points
2 posts
-
0
votes1
answer137
viewsQ: Dynamically change field in Reactjs
I am developing a project, and when typing a value in a field I need the other field to be changed based on the values I set in a function, here is the code: constructor(props) { super(props);…
-
-2
votes2
answers68
viewsQ: Error with navigation buttons
I am trying to make that by clicking a 'confirm' button, it goes to another screen (login) but I come across the following error: Undefined is not an Object (evaluating…