Skip to content

Commit ac7201c

Browse files
ikhsanalatsaryExilz
authored andcommitted
docs(): add ptSize into doc
1 parent dcd5f5d commit ac7201c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Prop | Description | Type | Required/Default
8585
`remoteLoadingView` | Replace the default loader while fetching a remote website's content | `function` | Optional
8686
`remoteErrorView` | Replace the default error if a remote website's content could not be fetched | `function` | Optional
8787
`emSize` | The default value in pixels for `1em` | `number` | `14`
88+
`ptSize` | The default value in pixels for `1pt` | `number` | `1.3`
8889
`baseFontStyle` | The default style applied to `<Text>` components | `number` | `14`
8990
`textSelectable` | Allow all texts to be selected | `boolean` | `false`
9091
`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';
333334
* `getClosestNodeParentByTag(node, tag)`
334335
* Description: Returns the closest parent of a node with a specific tag.
335336
* Parameters : - `node` : a parsed HTML node from `alterChildren` for example
336-
* Returns : An HTML node if found.
337+
* Returns : An HTML node if found.

0 commit comments

Comments
 (0)