You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot figure out how to make replaceLastName work with nested navigation, need some help on that.
There is a root navigator and a a nested navigator. I want to open a page inside a tab in the nested navigator and then replace it with another page. I perform the following steps:
Open nested navigation page. Stack tree initially looks like this:
I cannot figure out how to make replaceLastName work with nested navigation, need some help on that.
There is a root navigator and a a nested navigator. I want to open a page inside a tab in the nested navigator and then replace it with another page. I perform the following steps:
Stack tree becomes this:
This is not correct, because "internal" page should not be in the stack. It should contain only "home" and "dto".
I need to get this stack:
If I call replaceLastNamed on the root navigation, then the app crashes:
How to get the desired stack tree?
The text was updated successfully, but these errors were encountered: