react-native-htmlview
react-native-htmlview copied to clipboard
A React Native component which renders HTML content as native views
Currently, if you update the renderNode function, it doesn't trigger a re-render.
Content wrapped in `` tags followed by some inner tags sometimes leads to the inner tags not inheriting the styling of the `` tag. Below is an example app which...
I stump upon a weird bug today that, if the content contains an empty tag like ``, it renders error. I have to catch such case in `renderNode`. Any idea...
I have prepared a demo case in my project's repository branch. https://github.com/atais/lpuradio/tree/image-problem The content is: ```json { "content": "W niedzielny poranek przed bramą nr 1 Zakładów Azotowych w Puławach związkowcy...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Hello, i have an image tag like this, how to set base url for all `src` attributes. ``` ```
I can't find TypeScript definitions for this project. Does it have any?
Hey, I was trying to render image which surrounded by a tag out of htmlview. Here is the data that comes from the api: ` ` And here is my...
Hi friends, do you have any tips or solutions to be able to see my. admod in htlmview? before I did this: let text = Tf[0].split(' '); const chunks =...
I'm trying to render the entire html where it has `p, a, img` tags, but the images seems to be cropped instead be shown as 100% width. I tried add...