I have a navigation view (home) and get to another navigation view (module) through a button.
Now, in the module I have another button to open another navigation view (moduleA). Now, in the moduleA view, i have two bars at the top but I only want to have one.
navigationBar: {
hidden: true
},
this doesn't help either. Now: is this possible to have navigation views in navigation views in navigation views or is there a better way to do it?
This works on the module view (same as my posted solution) but when I click a button on the module view to go into the next view (moduleA), I have 2 navigation bars on the top.