Stay informed
Subscribe to our newsletter if you'd like to stay informed about Shoutem Extensions and Shoutem UI Toolkit.
The Html
component parses HTML content and renders it using corresponding React Native and Shoutem UI toolkit components.
body
prop)Image
and Video
elements), which have priority in respect to default element transformersp
, pre
, li
, br
, h1
, h2
, h3
, h4
, h5
HTML elements), which have priority in respect to default Text transformersHtml
has no specific style names.
View
component surrounding transformed content<Html
body={...}
onError={...}
openUrl={...}
renderElement={...}
renderText={...}
style={...}
/>