Posts by Victor Lourenço • 13 points
2 posts
- 
		0 votes1 answer61 viewsQ: Error registering user in database with Nodejs + React NativeI’m not getting past the values I put in TextInput for the data set. When I click the button for the object to be sent to DB, the object sent will be empty, this is the answer of console.log: Object… 
- 
		1 votes0 answers35 viewsQ: React Native - Redux or Context API, how and why?Hello, my code he needs to send a text to another screen, according to the checkbox that is marked. The message that should be sent to another screen must be the one in which had the highest "grade"…