Hi all! I’m trying to use the Snackbar on my compose multiplatform (1.5.0) project, right now on android and iOS, but I can’t make it display by any means. Do you know if there is an issue with it? Many thanks in advance!
ferranpons
08/29/2023, 12:42 PM
This is how Snackbar is set and then later I try to show using for example:
Copy code
LaunchedEffect(Unit) {
snackbarHostState.showSnackbar("THis is a test")
}