ReactHyperText makes text clickable and colouored with given regexes. Regexes can be customize according to use cases.
Regexes match that there is
username like @username
hashtag like #hashtag
url like http://...
in text and make them coloured and clickable
<ReactHyperText
text={value}
style={/*your typography*/}
/>
If there is a bug please open issue.