Skip to content
Advertisement

The action ‘NAVIGATE’ with payload {“name”:“HomeScreen”,“params”:……”} was not handled by any navigator. Do you have a screen named ‘Home’?

The action ‘NAVIGATE’ with payload {“name”:”Home”,”params”:{“user”:{“id”:”VUUpROQPtKaXVef15e5XhxXNLrm1″,”email”:”anto22e@gmail.com”,”fullName”:”snertp0″}}} was not handled by any navigator.

Do you have a screen named ‘Home’?

I have this problem when I try to log in or register, I don’t know how to solve it. I have tried several ways that I have found but I can’t find the solution, Thank you!

This is all the code I use, so I don’t understand why you tell me there is no Screen Home, if I am using it. I’ve been checking several times all the code but I can’t find where that fault may be, since I think I’m calling it all correctly.

LoginScreen

JavaScript

App.js

JavaScript

HomeScreen

JavaScript

Advertisement

Answer

in your App.js, you have the following:

JavaScript

it should be

JavaScript

then you need to make the following changes to the navigator:

JavaScript
User contributions licensed under: CC BY-SA
13 People found this is helpful
Advertisement