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
✔ Component nativescript has 7.2.0 ✔ Component @nativescript/core has 7.3.0 ✔ Component @nativescript/ios has 7.2.0 ✔ Component @nativescript/android has 7.0.1
First of all, I think the docs on how to use Multiple navigators are misleading.
Vue doesn't support multiple root elements and since we are using Nativescript-vue rather than Vue, there should be more info on how to properly use this.
my app.js looks like this:
importRootfrom'./components/experimental/Root'newVue({render: h=>h(Root),
store
}).$start();
In the Root.vue I've tried wrapping navigators in PageFrame and many more tags but nothing seems to make both Navigators work.
I use 2 navigators like this:
My stack:
✔ Component nativescript has 7.2.0
✔ Component @nativescript/core has 7.3.0
✔ Component @nativescript/ios has 7.2.0
✔ Component @nativescript/android has 7.0.1
First of all, I think the docs on how to use Multiple navigators are misleading.
Vue doesn't support multiple root elements and since we are using Nativescript-vue rather than Vue, there should be more info on how to properly use this.
my app.js looks like this:
In the Root.vue I've tried wrapping navigators in
Page
Frame
and many more tags but nothing seems to make bothNavigators
work.I use 2 navigators like this:
But it would only show content from 1 Navigator.
Also,
this.$navigator.paths
always shows an empty object.The text was updated successfully, but these errors were encountered: