I have html contents coming from api, and used below code to render html.
<HTML
html={this.state.htmlContent1}
imagesMaxWidth={Dimensions.get('window').width}
/>
So if html content has a phone number or email then how can i open phone app or email app by clicking on them?