@shoutem/ui 9.0.3 → 9.0.4-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -158,6 +158,11 @@ const SimpleHtml = ({
|
|
|
158
158
|
customHTMLElementModels,
|
|
159
159
|
WebView,
|
|
160
160
|
domVisitors,
|
|
161
|
+
// Explicitly passing react-native-render-html defaults that were
|
|
162
|
+
// previously set via defaultProps, which no longer works in React 19+.
|
|
163
|
+
enableCSSInlineProcessing: true,
|
|
164
|
+
enableUserAgentStyles: true,
|
|
165
|
+
emSize: 14,
|
|
161
166
|
}),
|
|
162
167
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
163
168
|
[],
|