This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Description
What is your question?
Currently the react-client uses emoji-mart. Because that has neither the current emoji definitions nor is maintained actively, @mrdrogdrog, @DerMolly and me looked for alternatives.
One idea was to use the emoji picker from element-web but as it is heavy integrated into the matrix-react-sdk, that's also no solution.
Even if it's quite some work, we thought that building an own emoji-picker (in a separate repository) is probably the best solution.
As data source we could use this one: https://github.com/milesj/emojibase/
Other opinions on that?