Ilan Sasportas
10/24/2022, 8:10 AMNavigationBar
in my Compose code, and I’m trying to have a navigation stack for each tab (so that when I change tabs, my stack for that tab is restored).
What I have seen in the docs is that this all feature is build around routes. And my problem is, some tabs of the bottom bar have the same route showing different data. Are you aware of any way to make this a bit more dynamic ?
Thanks for your help !