TheWidlarzGroup / rn-emoji-keyboard

Super performant, lightweight, fully customizable emoji picker 🚀
https://thewidlarzgroup.github.io/rn-emoji-keyboard/
MIT License
326 stars 59 forks source link

[Question] What is the reason the library allows only emojis of unicode < 12? #117

Closed oferRounds closed 10 months ago

oferRounds commented 1 year ago

I’m asking because due to this condition we don’t get latest emojis

oferRounds commented 1 year ago

@jakex7 would you know maybe?

mateki0 commented 1 year ago

It's because if the problem reported few days ago in another issue - https://github.com/TheWidlarzGroup/rn-emoji-keyboard/issues/122

It's safer to not allow the newest emojis as not all users will be able to use them. However as I said there I'm thinking of solution for it from native side.

oferRounds commented 1 year ago

cool, got you!

oferRounds commented 1 year ago

can we based create the emoji collection dynamically, based on the OS support of the current device? How does Slack, for example, handle this issue?

mateki0 commented 1 year ago

Hi, sorry for late reply. To be hones I have no idea how other application handling that, but we will try to figure out our solution. Here is our roadmap if you are interested in what and when we are planning to release - https://github.com/TheWidlarzGroup/rn-emoji-keyboard/issues/144

jan-kozinski commented 10 months ago

Closing the issue due to no activity