meliorence / react-native-render-html

iOS/Android pure javascript react-native component that renders your HTML into 100% native views
https://meliorence.github.io/react-native-render-html/
BSD 2-Clause "Simplified" License
3.48k stars 589 forks source link

Some HTML content get stripped of from the rendered view #629

Closed bhavesh-kreeti closed 1 year ago

bhavesh-kreeti commented 1 year ago

Decision Table

Good Faith Declaration

Description

There are some HTML content which gets deleted when rendered,. I pasted the same content in HTML compiled and it rendered correctly

Mainly it was h2 tag and some SVG

React Native Information

the content is not rendered on the screen

RNRH Version

6.3.1

Tested Platforms

Reproduction Platforms

Minimal, Reproducible Example

render a h4 or svg in a html format and the content wont be rendered

Additional Notes

No response

jsamr commented 1 year ago

@bhavesh-kreeti You need to provide at the very minimum an HTML snippet that I can use to investigate the issue. Closing for now, will reopen if minimal reproduction is provided.