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
setting native="false" in picker turn the picker emojies from native to apple/facebook... But we want same icon when we click on emoji in picker
can you share screen shot/code
For now, what i can get from picker component whenever i click on an emoji are:
{
colons: ":poultry_leg:"
emoticons: Array(0)
id: "poultry_leg"
name: "Poultry Leg"
native: "🍗"
skin: null
unified: "1f357"
}
i dont see a way where i can retrieve the exact same emoji that i click in the object data returned.
The text was updated successfully, but these errors were encountered: