iOS/Android pure javascript react-native component that renders your HTML into 100% native views
BSD 2-Clause "Simplified" License
3.48k
stars
589
forks
source link
Android - React-Native-render-html - Wont show all content #613
Closed
afu1995 closed 1 year ago
Decision Table
<yyy>
is not rendered”Good Faith Declaration
Description
On Android it wont show all content from the source. I don't know if it's the contentWidth or source prop that fails. It works perfectly fine on iOS.
React Native Information
RNRH Version
"react-native-render-html": "^6.3.4"
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
<RenderHtml contentWidth={Screen.width} source={{ html: description }} />
Additional Notes
No response