Jetpack Compose Bottom Navigation + Nested Navigation Solved
In today's discussion, we delve into implementing bottom navigation in Jetpack Compose, which can be particularly challenging when combined with nested navigation. While several methods are available, developers often encounter difficulties with navi...
saurabhjadhavblogs.com14 min read
santosh inchalakaranji
With this When you add BottomNavigationBar conditionally , the Scaffold gets recomposed. Which is causing recomposition of the NavHost. Which causes unwanted behaviours in app.