Stefano Natali
Stefano Natali
Hi everyone, I've created a library that might be useful for you! It provides bottom sheet navigation using Material 3. This means you can leverage bottom sheet navigation functionality without...
Hi, here the KMP version of my library [https://github.com/stefanoq21/BottomSheetNavigator3KMP](https://github.com/stefanoq21/BottomSheetNavigator3KMP). I published it on MavenCentral, hope this can help.
With my library you can configure all the parameters of the normal "ModalBottomSheet" from the "ModalBottomSheetLayout" ``` fun ModalBottomSheetLayout( bottomSheetNavigator: BottomSheetNavigator, modifier: Modifier = Modifier, sheetMaxWidth: Dp = BottomSheetDefaults.SheetMaxWidth, shape:...
Hi, I have the same issue too. Can you explain how to do it? If I use the UAMP application id in my app, it work. So I think the...
Hi @shanshin, do you have any news on that?