RenderHTML
export
Defined in packages/render-html/src/RenderHTML.tsx
Render HTML text in native views!
Remarks
If your application uses many instances of this component, you
should share the render engine across those instances via the
โTRenderEngineProvider and โRenderHTMLConfigProvider
components, and render the HTML with โRenderHTMLSource instead. That
should significantly increase performance.
warning
It should never be a child of a React Native Text element, as the
layout will break.
Parameters#
props#
required