Samuel
10/10/2024, 9:13 PMandroidx.compose.material3.BottomAppBar
[using com.arkivanov.decompose.router.stack.StackNavigation
]; and say one of the components a list component and you click an item it goes to detail component.
The URLs I want are, if you click "product" icon in bottom app bar, then /product
, which shows the list, then click a product and it shows detail at /product/444
where 444
is the id.
Without breaking functionality on Android, iOS, desktop, is this sort of thing doable?Rok Oblak
10/11/2024, 7:54 AMRok Oblak
10/13/2024, 10:25 AMnavigation.replaceCurrent(NavConfig.MainLanding) // Prepare backstack
navigation.pushNew(deeplink)