Navigation view in a navigation view
Hi
I have a problem as follows:
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?