Native Bottom Navigation - customization?

0
Hi there,   We have a native app with a bottom navigation. The great thing about this default navigation is that the page does not reload when you return to it. So if you navigate through the bottom items, this is very fast. In my app, this really helps the perfomance.    Our customer now wants to show different bottom navigation based on the users profile (different icons, names and page behind it). This means that we cannot use the default navigation items (right?). I tried to solve this by creating a custom bottom navigation in my layout. This does not work great because the page is reloaded/rerendered entirely.    Does anyone have an idea on how to solve this?  Thanks!
asked
1 answers
0

From my understanding you can use the default bottom navigation. You can define which items are available for which user role. 

answered