@@ -16,24 +16,24 @@ An iOS/Android pure javascript react-native component that renders your HTML int
16
16
## Table of contents
17
17
18
18
- [ react-native-render-html] ( #react-native-render-html )
19
- - [ Table of contents] ( #table-of-contents )
20
- - [ Install] ( #install )
21
- - [ Basic usage] ( #basic-usage )
22
- - [ Props] ( #props )
23
- - [ Demo] ( #demo )
24
- - [ Creating custom renderers] ( #creating-custom-renderers )
25
- - [ Custom HTML tags] ( #custom-html-tags )
26
- - [ Making your custom component block or inline] ( #making-your-custom-component-block-or-inline )
27
- - [ Lists prefixes] ( #lists-prefixes )
28
- - [ Styling] ( #styling )
29
- - [ Images] ( #images )
30
- - [ Altering content] ( #altering-content )
31
- - [ alterData] ( #alterdata )
32
- - [ alterChildren] ( #alterchildren )
33
- - [ alterNode] ( #alternode )
34
- - [ onParsed] ( #onparsed )
35
- - [ Ignoring HTML content] ( #ignoring-html-content )
36
- - [ Useful functions] ( #useful-functions )
19
+ - [ Table of contents] ( #table-of-contents )
20
+ - [ Install] ( #install )
21
+ - [ Basic usage] ( #basic-usage )
22
+ - [ Props] ( #props )
23
+ - [ Demo] ( #demo )
24
+ - [ Creating custom renderers] ( #creating-custom-renderers )
25
+ - [ Custom HTML tags] ( #custom-html-tags )
26
+ - [ Making your custom component block or inline] ( #making-your-custom-component-block-or-inline )
27
+ - [ Lists prefixes] ( #lists-prefixes )
28
+ - [ Styling] ( #styling )
29
+ - [ Images] ( #images )
30
+ - [ Altering content] ( #altering-content )
31
+ - [ alterData] ( #alterdata )
32
+ - [ alterChildren] ( #alterchildren )
33
+ - [ alterNode] ( #alternode )
34
+ - [ onParsed] ( #onparsed )
35
+ - [ Ignoring HTML content] ( #ignoring-html-content )
36
+ - [ Useful functions] ( #useful-functions )
37
37
38
38
## Install
39
39
@@ -88,6 +88,7 @@ Prop | Description | Type | Required/Default
88
88
` emSize ` | The default value in pixels for ` 1em ` | ` number ` | ` 14 `
89
89
` ptSize ` | The default value in pixels for ` 1pt ` | ` number ` | ` 1.3 `
90
90
` baseFontStyle ` | The default style applied to ` <Text> ` components | ` object ` | ` { fontSize: 14 } `
91
+ ` allowFontScaling ` | Specifies whether fonts should scale to respect Text Size accessibility settings | ` boolean ` | ` true `
91
92
` textSelectable ` | Allow all texts to be selected | ` boolean ` | ` false `
92
93
` alterData ` | Target some specific texts and change their content, see [ altering content] ( #altering-content ) | ` function ` | Optional
93
94
` alterChildren ` | Target some specific nested children and change them, see [ altering content] ( #altering-content ) | ` function ` | Optional
0 commit comments