Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/agentcooper/react-native-hypertext

React Native module to render hypertext (text with links)
https://github.com/agentcooper/react-native-hypertext

Last synced: about 1 month ago
JSON representation

React Native module to render hypertext (text with links)

Lists

README

        

### React Native Hypertext

```
npm install react-native-hypertext
```

Render clickable links with React Native.

```jsx
var Hypertext = require('react-native-hypertext');

{'Hypertext is text which contains links to other texts.'}

```