I'm new to react-native, I want to analyze my text in the following criteria
I have my string like this
happy Morning Tuesday 😜✌ðŸ», Today I'm had my breakfast
In this string this one is emoji Unicode character😜✌ðŸ»
.I want to do the following analysis
- Total number of emojis,
- count number of times used for every emoji
Can you help me, I want to do in react native, can you suggest any packages or any references for me