Pablichjenkov
08/07/2025, 11:34 PMNavDisplay
composable from the new Navigation3 library. Here is some code trying that out and it works like a charm!
Is not the recommended way to use this library but in case there is no other alternative for a quick solution. Here it is:
https://github.com/pablichjenkov/nav3-playground
The demo basically consist of one NavDisplay
for the most top BottomBarNavigation and another NavDisplay
inside the third tab, hosted in a ModalDrawer.Pablichjenkov
08/08/2025, 12:31 AM