HtmlView
<htmlView>
is a UI component that lets you show static HTML content.
See also:
import * as React from "react";
<htmlView html="<div><h1>HtmlView</h1></div>" />
Props
Name | Type | Description |
---|---|---|
html | string | The HTML content to be shown. |
Native component
Android | iOS |
---|---|
android.widget.TextView | UITextView |