Posts by Gabriel Henrique • 11 points
2 posts
-
0
votes0
answers14
viewsQ: Props.route.params is not changed by clicking on Drawer Navigation item
I’m having the following problem using React Navigation (version 5.x): I have a Drawer Navigation where I use two routes, one of Home and one of Registration/ Details. How I use the Register screen…
-
1
votes1
answer118
viewsQ: Request on the localhost working correctly and on the server returning 302 code
I’m using guzzle to request an API in the login endpoint. When using my server on the localhost, the request is usually made, when I upload the code to the server, the same request works the first…