-
Notifications
You must be signed in to change notification settings - Fork 838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get emoji data from native #250
Get emoji data from native #250
Conversation
This looks very helpful. Any chance it gets merged soon? |
It seems based on discussion in #16 that this still needs some more work? |
Yes unfortunately it still needs more work, I've not got the time to revisit this at the moment, but once I have (unless someone else has had a look by then) I'll post an update in here 👌 |
@nolanlawson I've updated the code and it seems to work correctly for all emojis now... This also includes an update to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've taken a quick look and provided some feedback. I think indeed that breaking it up into two PRs may be a good idea. If you also have a chance to add some Jest tests that would be grand. :)
Thanks for reviewing, I'll try and get on this over the weekend 👍 |
@nolanlawson I've updated the code and added some tests, let me know if you find anything else 👌 |
This LGTM, I think the only thing missing is that it would be great to have a Jest test for this, since this is a pretty self-contained little util function. I don't think it should necessarily block this PR from being merged, though. |
ab2f600 ? 🤔 |
Oops, my bad, did not see the tests. Everything LGTM! |
Thanks :) 🎉 |
Adds function to get emoji data from native unicode emoji
This resolves #16 and resolves #193
[edit]
Thought I had already fixed it but seems the issues with some emojis as mentioned in #16 (comment) are still present here too.. If anyone has any thoughts as to why and how to fix it let me know 🙃