tommoor / emojione-picker

A react emoji picker for use with emojione
http://tommoor.github.io/emojione-picker
MIT License
261 stars 61 forks source link

Support for custom emojis? #32

Open drewrawitz opened 8 years ago

drewrawitz commented 8 years ago

Hi,

I just wanted to check and see if there's any support for custom emojis? Will I need to fork this repo and add them to the strategy.js file? Or is there a way to extend it without needing to do a fork?

Any ideas you have will be greatly appreciated.

Thanks!

tommoor commented 8 years ago

Hey Drew, that would be the way to do it right now - perhaps we could provide the optional prop to pass a strategy object into the component

Gargron commented 6 years ago

Hey, I need this as well. Would prefer not to reinvent the wheel. Having the ability to modify the emoji collection from the outside of the component would additionally provide a way to create a "frequently used" section more easily.