Is it possible to change the color of a single word within a textinput in react native?
For example, when mentioning someone in a textinput when commenting:
Hello @user
I would like "@user" to be a different color than "Hello" already in the textinput. I know for <Text>
, it can be done with react-native-hyperlink
and linkify-it
, but this question concerns <TextInput>