Skip to content

Html not rendering in React-native 0.79.6 #697

@dineshverma2-eng

Description

@dineshverma2-eng

Decision Table

  • My issue does not look like “The HTML attribute 'xxx' is ignored” (unless we claim support for it)
  • My issue does not look like “The HTML element <yyy> is not rendered”

Good Faith Declaration

Description

I Created a Bare minimum React-native project with these details
"dependencies": { "react": "19.0.0", "react-native": "0.79.6", "react-native-render-html": "^6.3.4" },

My code is `
import React from 'react';
import {SafeAreaView, useWindowDimensions} from 'react-native';
import RenderHtml from 'react-native-render-html';

const source = {
html: `

Hello World!

`, };

export default function App() {
const {width} = useWindowDimensions();
return (



);
}

`
But Html is failed to render. instead it shows only plain text' Same code works perfectly with older 0.76.0 but not with 0.79 or later.

React Native Information

"react": "19.0.0",
    "react-native": "0.79.6",
    "react-native-render-html": "^6.3.4"

RNRH Version

"react": "19.0.0",
"react-native": "0.79.6",
"react-native-render-html": "^6.3.4"

Tested Platforms

  • Android
  • iOS
  • Web
  • MacOS
  • Windows

Reproduction Platforms

  • Android
  • iOS
  • Web
  • MacOS
  • Windows

Minimal, Reproducible Example

AwesomeProject.zip

Additional Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugCrush'em all.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions