ealush/emoji-picker-react

emoji style doesnt work

Closed this issue · 4 comments

Emoji ClickData returns an emoji with style type "native". apple or google style doesnt work .

ealush commented

This is expected. It gives you back the emoji character as it is rendered by the OS so that you can use it externally, and a URL for the image, if you want to use the emoji of the given theme.

I understand but I want to use emoji in text string and url is used witth react img component or Emoji component. Is there a solution for this?

ealush commented

Native emojis are rendered by the OS, nothing much we can do to change how they appear.

Okay , thanks for reply