Hi Everyone. Can anyone tell me how to use toast i...
# compose
m
Hi Everyone. Can anyone tell me how to use toast in commonMain so that work for both IOS and Android?
t
You have two options use snack bars. You can customise them and attach them to the composable. Local or Global level. The other option is to use actual / expect and implement Toast and for iOS something like (UIView / MBProgressHUDModeText or something that fits your purpose)
👍 1
m
Can I have a guide how to implement snackbar? @Tomislav Mladenov Thanks in advance
t