Skip to content

karugamo/react-native-html-text-view

Repository files navigation

react-native-html-text

Natively render html into a seletable text

Installation

npm install react-native-html-text-view

Usage

import { HtmlTextView } from "react-native-html-text-view";

// ...

<HtmlTextView color="tomato" />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library