All Projects → agentcooper → react-native-hypertext

agentcooper / react-native-hypertext

Licence: other
React Native module to render hypertext (text with links)

Programming Languages

objective c
16641 projects - #2 most used programming language
javascript
184084 projects - #8 most used programming language

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>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].