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
So I am developing an application for Web and Mobile. I have multiple Views:
: HomeView --> LoginView
: MainLayoutView --> {EventsView --> EventsDetailView, DocumentsView --> DocumentsDetailView}
For the Authenticated part I want to display a BottomNavigationBar in the MainLayoutView, which can switch between EventsView, and DocumentsView, that both have additional NestedRoutes.
Question:
What would be the best way to leverage the available Stacked Components for achieving a clean implementation for this UseCase, as the examples don't show a nested bottom nav bar example? I've seen components like, ExtendedNavigator, NestedRouter, NavigationService and RouterService. Would love to see some clarification to optimally make it work for Web and Mobile.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I am developing an application for Web and Mobile. I have multiple Views:
: HomeView --> LoginView
: MainLayoutView --> {EventsView --> EventsDetailView, DocumentsView --> DocumentsDetailView}
For the Authenticated part I want to display a BottomNavigationBar in the MainLayoutView, which can switch between EventsView, and DocumentsView, that both have additional NestedRoutes.
Question:
What would be the best way to leverage the available Stacked Components for achieving a clean implementation for this UseCase, as the examples don't show a nested bottom nav bar example? I've seen components like, ExtendedNavigator, NestedRouter, NavigationService and RouterService. Would love to see some clarification to optimally make it work for Web and Mobile.
Currently this is the routes structure in my app:
Beta Was this translation helpful? Give feedback.
All reactions