Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 474 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 474 Bytes

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>