@shoutem/ui 9.0.3 → 9.0.4

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.
@@ -0,0 +1,4 @@
1
+ {
2
+ "editor.defaultFormatter": "dbaeumer.vscode-eslint",
3
+ "editor.formatOnSave": true
4
+ }
@@ -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
  [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoutem/ui",
3
- "version": "9.0.3",
3
+ "version": "9.0.4",
4
4
  "description": "Styleable set of components for React Native applications",
5
5
  "scripts": {
6
6
  "lint": "eslint .",