[X] I have confirmed that this bug has not been reported yet
Description
I have this html:
<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</blockquote>
and it needs to look like the image:
I think to take the blockquote and replace it with my custom component and add the quotes with svg
but I don't know how to do this...
I tried to use customHTMLElementModels but I don't know how to replace to my custom react native component
I also tried another way, to insert svg tag inside (regex, replace...) but the SVG not showing...
`
Decision Table
<yyy>
is not rendered”Good Faith Declaration
Description
I have this html:
<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</blockquote>
and it needs to look like the image:
I think to take the
blockquote
and replace it with my custom component and add the quotes withsvg
but I don't know how to do this... I tried to usecustomHTMLElementModels
but I don't know how to replace to my custom react native component I also tried another way, to insert svg tag inside (regex, replace...) but the SVG not showing... `My solution:
and added style: