Closed GaryOoi closed 2 years ago
@GaryOoi can you confirm the exact version used in your project? You should always submit issues with the latest released version:
npm list react-native-render-html
yarn why react-native-render-html
I have upgraded my version. Now the version is react-native-render-html@6.3.4
@GaryOoi OK; I'll try to reproduce when I manage to find a time window; not to be expected too soon, unfortunately!
@GaryOoi After looking at the HTML snippet, I realize you're very likely to be hitting the fresco bug referred in our FAQ: https://meliorence.github.io/react-native-render-html/docs/faq#long-image-cannot-show-in-full-screen-on-android
Closing as there is nothing actionable for us. You could try to register a custom image renderer based on react-native-fast-image
for example, and see how it works out. For an example check this snippet https://discord.com/channels/736906960041148476/945649125435768873/949415623866331206
@jsamr Can you invite me to the discord server? Because I cannot view anything from the link (It shows me blank page).
@GaryOoi I forgot to mention that a public invite is available in the README! Here you go: https://discord.gg/dbEMMJM
Decision Table
<yyy>
is not rendered”Good Faith Declaration
Description
What I did: I want to render a list of images.
What I expected to happen: I expect the images to show in width 100%.
What actually happened: But in IOS, it shows correctly but in Android, it does not show in width 100%.
Can someone help me?
I have also tried tagsStyle and customRenderer and set
width:100%
but android still showing the same.React Native Information
RNRH Version
react-native-render-html@6.3.4
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
IOS Image
Android Image
Additional Notes
No response