can input component in react-native replace specifc chars into image (custom emoji input)?

Viewed 9

I want my input can directly display emoji image , instead of display string like emoji mark [lol]

and also, i need it support my custom emoji char, eg. [myemoji01] equals a custom image.

in android native code, i can use some code like this.

enter image description here

but how to do it in react native?

0 Answers
Related