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

Frequently used #55

Open r0stig opened 7 years ago

r0stig commented 7 years ago

Add frequently used functionality, requested in #6. Note this pull request is dependent on #54

tommoor commented 7 years ago

Thanks for your work here, I'll take a pass at properly reviewing this within the next few days.

ahutchings commented 7 years ago

You can Increase the number of emoji that are rendered in each row to 9 in createRowsSelector to match the added category in the header.

ahutchings commented 7 years ago

Now that #54 is merged in, could you update this branch from master? I'm hitting that error when running the preview.

r0stig commented 7 years ago

Fixed things @ahutchings mentioned in the thread (removed dependency, merged from master, render one more emoji in each row).