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
I have been following the examples, but i would like to know if it's possible to have lower pages under the navigator in MorpheusTabView.
If each of the pages in the tab view have a separate stack and persist the state, it's possible to have a page pushed only in that tab? Let's say that one of the MorpheusTabView tabs is settings. And I would like to push a names route /settings/locale only to the settings tab.
This pushed route would have a back button in the top bar?
After going to Profile and returning to settings, the navigated page would be there?
It could be possible to add a custom animation to that named route? for example a slide-right?
All this while keeping the bottom navigation bar, and also accepting params from the router.
thanks
The text was updated successfully, but these errors were encountered:
Hello,
I have been following the examples, but i would like to know if it's possible to have lower pages under the navigator in MorpheusTabView.
If each of the pages in the tab view have a separate stack and persist the state, it's possible to have a page pushed only in that tab? Let's say that one of the MorpheusTabView tabs is settings. And I would like to push a names route
/settings/locale
only to the settings tab.This pushed route would have a back button in the top bar?
After going to Profile and returning to settings, the navigated page would be there?
It could be possible to add a custom animation to that named route? for example a slide-right?
All this while keeping the bottom navigation bar, and also accepting params from the router.
thanks
The text was updated successfully, but these errors were encountered: