🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Hypertext helps you render clickable links with React Native.

React Native Text

Documentation

React Native Hypertext

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>


You May Also Like