You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, great library.
I've noticed some issues with emoji containing the character '-' : in particular, all of the 'male-...' 'female-...' 'man-...' 'woman-...' : these emoji appear to be broken for me (they don't appear correctly).
Any idea what is causing this?
The text was updated successfully, but these errors were encountered:
I have no idea at the moment. Can you provide more information about the environment? e.g. which platform, os version, and how you use the lib? One thing that might cause this issue is the our emoji data source.
On Ios simulator and Android emulator it works correctly as expected:
On my device, which is Android 7.0 Motorola, emojis such as those I mentioned are broken:
As you can see it thinks something like 'man-painter' is two different emojis for some reason (man + paint) which causes messed up positioning of duplicate emojis on top of each other. I'm not sure exactly why this is happening.
I also found out that the flag emotes, that also contain '-' work correctly, so it's not strictly the '-' character.
As a temporary solution I'm using the filterFunctions prop to filter out the broken emojis, tho it would be nice to have them.
First of all, great library.
I've noticed some issues with emoji containing the character '-' : in particular, all of the 'male-...' 'female-...' 'man-...' 'woman-...' : these emoji appear to be broken for me (they don't appear correctly).
Any idea what is causing this?
The text was updated successfully, but these errors were encountered: