react-native-snackbar icon indicating copy to clipboard operation
react-native-snackbar copied to clipboard

Add Icon in the text/display message

Open dpchami opened this issue 5 years ago • 4 comments

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

dpchami avatar Aug 10 '20 08:08 dpchami

+1

joaodos3v avatar Aug 23 '20 14:08 joaodos3v

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

cooperka avatar Sep 14 '20 02:09 cooperka

+1

vijaemanlapaz avatar Feb 18 '22 00:02 vijaemanlapaz

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

keeslinp avatar Mar 10 '22 17:03 keeslinp