Rich Churcher
                                            Rich Churcher
                                        
                                    Thanks @RobertWSaunders that's useful! Width and height can be passed the old fashioned way, as image attributes I believe (https://github.com/jsdf/react-native-htmlview/blob/master/htmlToElement.js#L18-L24). Try setting an explicit value there and see what happens:...
Good. Maybe the docs should make reference to setting width and height explicitly. @Tom29 can you try this and see if it resolves the issue for you?
I think the real solution is to allow styles to be set for images, but that'll take a minor-ish PR to sort out.
Nope. PR welcome though! :wink:
@pekkanikolaus at the moment it's assumed that the resource is remote: the `{ uri: ... }` object is passed to the underlying `Image` component. That should be a fairly easy...
Hrm, ok. Will have a wee think about this one :)
It's possible, but it's not very elegant! For example, ``` const htmlContent = `OneNested one` ``` produces something like: ``` - One - - Nested one ``` with a double...
Nope, not so far! Haven't spent any time on it though. PRs definitely welcome :smile:
I'd definitely find this useful. Unit tests can get quite noisy, particularly when testing error cases.
Not to pile on, but I'm playing with the branch and it works just as I'd expect it to. Haven't attempted anything particularly complex, but the workflow for simple joins...