Hi all! I’m trying to use the Snackbar on my compo...
# multiplatform
f
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!
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")
}
j
You might ask in #compose.
thank you color 1
355 Views