npm install react-native-hypertext
Render clickable links with React Native.
var Hypertext = require('react-native-hypertext');
<Hypertext>
{'<a href="http://www.w3.org/WhatIs.html">Hypertext</a> is text which contains <a href="http://www.w3.org/Terms.html#link">links</a> to other texts.'}
</Hypertext>