react-native-snackbar
react-native-snackbar copied to clipboard
Add Icon in the text/display message
Is there anyway I can add icon when displaying the message

+1
This is not currently possible, but it sounds useful. I welcome a PR from the community, are you interested in submitting one @dpchami?
+1
For what it is worth, the material docs specifically call out that you shouldn't do this.
Don’t use icons in snackbars. If your message needs an icon, consider using a different component.