evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

Emoji #1055

Closed Abel13 closed 5 years ago

Abel13 commented 5 years ago

Is it possible include emojis on title or message?

Abel13 commented 5 years ago

I found this website: https://www.iemoji.com/view/emoji/5/smileys-people/winking-face

For show in message body you just need to include the encode: "custom_notification": { "channel": "default", "title": "\uD83D\uDE09 This Holiday Season", "body": "\uD83D\uDE09 This Holiday Season, get 30%25 off all products", "priority":"high", "icon" : "ic_notific", "color" : "#191497", "show_in_foreground": true, }