Navigate to a screen inside a navigator

Hi there! I am facing an issue in navigation between screens - My ‘login’ screen is in open area, and my target screen ‘dashboard’ is inside a stack-navigator.

When I try to navigate from the login to dashboard, nothing happens. Here’s an image which shows my components tree and the block I am using -

image

Am I doing something wrong? Is there any workaround to this?

Thanks! :slight_smile:

1 Like

I have the same setup and all works fine with one difference. The Navigator is a Top Tab Navigator.

Can you change the navigator and test if it works? It might be something wrong with the Stack navigator.

1 Like