File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ Prop | Description | Type | Required/Default
85
85
` remoteLoadingView ` | Replace the default loader while fetching a remote website's content | ` function ` | Optional
86
86
` remoteErrorView ` | Replace the default error if a remote website's content could not be fetched | ` function ` | Optional
87
87
` emSize ` | The default value in pixels for ` 1em ` | ` number ` | ` 14 `
88
+ ` ptSize ` | The default value in pixels for ` 1pt ` | ` number ` | ` 1.3 `
88
89
` baseFontStyle ` | The default style applied to ` <Text> ` components | ` number ` | ` 14 `
89
90
` textSelectable ` | Allow all texts to be selected | ` boolean ` | ` false `
90
91
` alterData ` | Target some specific texts and change their content, see [ altering content] ( #altering-content ) | ` function ` | Optional
@@ -333,4 +334,4 @@ import { functionName } from 'react-native-render-html/src/HTMLUtils';
333
334
* ` getClosestNodeParentByTag(node, tag) `
334
335
* Description: Returns the closest parent of a node with a specific tag.
335
336
* Parameters : - ` node ` : a parsed HTML node from ` alterChildren ` for example
336
- * Returns : An HTML node if found.
337
+ * Returns : An HTML node if found.
You can’t perform that action at this time.
0 commit comments