react native click highlighted word
问题 I'm using react-native-highlight-words to highlight hashtagged words in my react-native app. It highlights required words properly but I want to make it clickable too which is not provided by this library. Means when I will click #positivewibes word, it redirect me to another page. I've uploaded the image for reference here. My Code import Highlighter from 'react-native-highlight-words'; export default class LikeComponent extends Component { constructor(props) { super(props); this.state = {