We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Emoji is not compatible with Javascript characters, which are utf-16 sequences. Some emojis just take two JS characters, for what I have understood.
https://stackoverflow.com/a/22315491/968988
https://medium.com/reactnative/emojis-in-javascript-f693d0eb79fb (note that regexp here is much more simple than this one : https://github.com/mathiasbynens/emoji-regex/blob/master/index.js)
The text was updated successfully, but these errors were encountered:
#86: Emojis support. Single Emoji and multiple Emojis detection canno…
ded90ac
…t be done
dcca785
No branches or pull requests
Emoji is not compatible with Javascript characters, which are utf-16 sequences. Some emojis just take two JS characters, for what I have understood.
https://stackoverflow.com/a/22315491/968988
https://medium.com/reactnative/emojis-in-javascript-f693d0eb79fb
(note that regexp here is much more simple than this one : https://github.com/mathiasbynens/emoji-regex/blob/master/index.js)
The text was updated successfully, but these errors were encountered: