Natively render html into a seletable text
npm install react-native-html-text-view
import { HtmlTextView } from "react-native-html-text-view";
// ...
<HtmlTextView color="tomato" />
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library