react-native-htmlview icon indicating copy to clipboard operation
react-native-htmlview copied to clipboard

How to set base url for image tag

Open huy-lv opened this issue 5 years ago • 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'>

huy-lv avatar Aug 31 '20 11:08 huy-lv

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"}/>

huy-lv avatar Nov 26 '20 02:11 huy-lv