jsdf/react-native-htmlview

How to set base url for image tag

huy-lv opened this issue · 1 comments

Hello, i have an image tag like this, how to set base url for all src attributes.

<img class='img-responsive'  src='/images/article/image-1598870719460.jpg'>

Yes, but i need a prop help me to set base url for all image tag, something like this

<HTML html={html} baseUrl={"https://a.com"}/>