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
Also, is there currently a way to retrieve the initial Route when reloading? It doesn't seem like onAppear/onEnterTransitionComplete events are fired. Don't know if that's a bug or by design.
The text was updated successfully, but these errors were encountered:
Navigation stack and/or the current topmost component. The original reason I asked was to keep nav state visible on a toolbar. I guess since there are differentiations made in the type of component (presentation vs push), it would ideally represent that in the object. Maybe something like this?:
It would be helpful to have something like
Navigator.status()
to retrieve the current Navigation state
Also, is there currently a way to retrieve the initial Route when reloading? It doesn't seem like onAppear/onEnterTransitionComplete events are fired. Don't know if that's a bug or by design.
The text was updated successfully, but these errors were encountered: