render react native component to html string code example
Example: react render string as html
<div dangerouslySetInnerHTML={{__html: 'First · Second'}} />
<div dangerouslySetInnerHTML={{__html: 'First · Second'}} />