as you can see just a switch navigator with 3 stacks in it.
But here's the problem all those stacks have only one (the first) route in them if you look at the navigation state.
Navigating to the 'missing' routes using the normal navigation prop works just fine so it's not like the route isn't registered correctly, it's just not being registered into the redux state.
Hey,
I have a problem where the Navigation State is missing some of my routes, causing me to not be able to navigate to those using the redux action.
Navigation is set up like this
as you can see just a switch navigator with 3 stacks in it. But here's the problem all those stacks have only one (the first) route in them if you look at the navigation state. Navigating to the 'missing' routes using the normal navigation prop works just fine so it's not like the route isn't registered correctly, it's just not being registered into the redux state.