cooperka / react-native-snackbar

:candy: Material Design "Snackbar" component for Android and iOS.
Other
823 stars 152 forks source link

Add Icon in the text/display message #162

Open dpchami opened 4 years ago

dpchami commented 4 years ago

Is there anyway I can add icon when displaying the message image

joaodos3v commented 4 years ago

+1

cooperka commented 4 years ago

This is not currently possible, but it sounds useful. I welcome a PR from the community, are you interested in submitting one @dpchami?

vijaemanlapaz commented 2 years ago

+1

keeslinp commented 2 years ago

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.

docs link