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
Hi,
In /components/Navigator.js line 46 value.resolvedPage.__path is always undefined, so the call to _updatePath() always passes the default route. The routing is working as far as screens go, but when I call this.$navigator.route in a component, it is always the default route object and not the current route that the app has navigated to.
The text was updated successfully, but these errors were encountered:
@ScottAtRedHawk can you include a sample repository where this is not working? I'm using this pacakage with nativescript 6.x and it's working (this.$navigator.route works too).
I'm not sure what I'm doing but it seems to work intermittently. I'm going to close this because I don't think it's an issue with the package, but rather my code. Thanks!
Hi,
In /components/Navigator.js line 46 value.resolvedPage.__path is always undefined, so the call to _updatePath() always passes the default route. The routing is working as far as screens go, but when I call this.$navigator.route in a component, it is always the default route object and not the current route that the app has navigated to.
The text was updated successfully, but these errors were encountered: