ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
1.05k stars 172 forks source link

emoji style doesnt work #386

Closed sedanurakcil closed 9 months ago

sedanurakcil commented 9 months ago

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

ealush commented 9 months ago

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.

sedanurakcil commented 9 months ago

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 9 months ago

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

sedanurakcil commented 9 months ago

Okay , thanks for reply