-
-
Notifications
You must be signed in to change notification settings - Fork 626
Open
Labels
bugCrush'em all.Crush'em all.
Description
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
- I have read the HELP document here: https://git.io/JBi6R
- I have read the CONTRIBUTING document here: https://git.io/JJ0Pg
- I have confirmed that this bug has not been reported yet
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
Additional Notes
No response
hungfhp and AliRehman7141
Metadata
Metadata
Assignees
Labels
bugCrush'em all.Crush'em all.