sskhandek / react-native-emoji-input

A fully-featured emoji keyboard ⌨️ for React Native ⚛️
MIT License
71 stars 38 forks source link

Merge datasources for emoji lib #18

Closed sskhandek closed 6 years ago

sskhandek commented 6 years ago

Currently, we have a problem where the CLDR or the 'short_name' from the emoji-data package does not match up with the key from the emojilib package in every case. This can cause some issues, such as in the case of skin-tones. We should consolidate the two sources to address this problem