react-native-html-render
react-native-html-render copied to clipboard
Image will not be shown if there is an outer `figure` block.
I have data like this:
"<p>又更新了一点代码,下面是新的预览图:</p>
<img src="https://dn-python.qbox.me/images/4b9/56d18e93-rKvyC.png" alt="Python China ReactNative App" />
<figure><img src="https://dn-python.qbox.me/images/4b9/56d2754a-q9Q5a.png" alt="Python China ReactNative App" /></figure>
"
The first image renders nice, but the second one will disappear. I'm using the styles nearly the same as noder-react-native.
Now it don't support the figure , maybe I should add the figure
Do you have any plan? Although I'm not anxious, but a plan would be better.
Now, I am doing it.