How can i use an anchor link using react-native-render-html ?
I used Linking.openURL(url) with external link,,
what about the anchor link ?
I also want to open an external link. Is there any reference for this?
<HTML html={item.getDefaultValue()} onLinkPress={(ev, href, htmlAttribs) => Linking.openURL(href)}
this way u can acheive it @mehul2013 @asma-rgb
Most helpful comment
<HTML html={item.getDefaultValue()} onLinkPress={(ev, href, htmlAttribs) => Linking.openURL(href)}this way u can acheive it @mehul2013 @asma-rgb