tomekkleszcz / react-native-twemojis

Replace emojis with Twemojis in your next React Native app.
3 stars 3 forks source link

Add support for country flags #2

Open sreuter opened 3 years ago

sreuter commented 3 years ago

Awesome work! Any special reason why country flags are not supported?

tomekkleszcz commented 3 years ago

Hi, This is an oversight on my part. I will implement the country flags in my free time. :)

sreuter commented 3 years ago

Awesome, we should be able to piggyback on https://github.com/twitter/twemoji-parser/blob/master/src/lib/regex.js I assume. It doesn't work as a direct replacement for your current regex tho, as reactStringReplace seems to want it in a different format.