SphereSoftware / RebelChat

Rebel Chat 💬 - is a modern way to keep in touch with any team, and keep your messaging under control right in your editor.
http://rebelchat.io/
Other
20 stars 2 forks source link

consider to replace `react-emoji` with `emoji-mart` #3

Closed shemerey closed 7 years ago

shemerey commented 7 years ago

Right now we are using react-emoji to render emoji in messages. Since we are going to use 'emoji-mart' here https://github.com/SphereSoftware/rebel-chat/issues/1 we should consider to replace it with Emoji from 'emoji-mart'

It should reduce amount of false positive replacement in a code and quotes etc.

Here is an example from README.

import { Emoji } from 'emoji-mart'

<Emoji emoji={{ id: 'santa', skin: 3 }} />
<Emoji emoji=':santa::skin-tone-3:' />
<Emoji emoji='santa' set='emojione' />