osdio / react-native-html-render

A html render for react-native
101 stars 54 forks source link

Image will not be shown if there is an outer `figure` block. #7

Open kxxoling opened 8 years ago

kxxoling commented 8 years ago

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.

osdio commented 8 years ago

Now it don't support the figure , maybe I should add the figure

kxxoling commented 8 years ago

Do you have any plan? Although I'm not anxious, but a plan would be better.

osdio commented 8 years ago

Now, I am doing it.