Decision Table
Good Faith Declaration
Description
fter upgrading from React Native 0.73.x to 0.78.2, the systemFonts array passed to is no longer working.
Previously, we were able to use custom fonts by adding them to the systemFonts array like this:
`const systemFonts = ['Nunito-Regular', 'System'];
<RenderHtml
source={{ html }}
systemFonts={systemFonts}
contentWidth={width}
/>`
This worked correctly on RN 0.73.x, but after updating to 0.78.2 (with react-native-render-html@6.3.4), the custom fonts are ignored and fall back to the default system font.
Expected Behavior
Custom fonts added to systemFonts should apply correctly via system props as in earlier versions.
Actual Behavior
Custom fonts are silently ignored even if properly linked and verified working via normal components in the app.
React Native Information
`"react-native": "0.78.2",
RNRH Version
"react-native-render-html": "^6.3.4"`
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
none
Additional Notes
No response
Decision Table
<yyy>is not rendered”Good Faith Declaration
Description
fter upgrading from React Native 0.73.x to 0.78.2, the systemFonts array passed to is no longer working.
Previously, we were able to use custom fonts by adding them to the systemFonts array like this:
`const systemFonts = ['Nunito-Regular', 'System'];
<RenderHtml
source={{ html }}
systemFonts={systemFonts}
contentWidth={width}
/>`
This worked correctly on RN 0.73.x, but after updating to 0.78.2 (with react-native-render-html@6.3.4), the custom fonts are ignored and fall back to the default system font.
Expected Behavior
Custom fonts added to systemFonts should apply correctly via system props as in earlier versions.
Actual Behavior
Custom fonts are silently ignored even if properly linked and verified working via normal components in the app.
React Native Information
`"react-native": "0.78.2",RNRH Version
"react-native-render-html": "^6.3.4"`
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
none
Additional Notes
No response