File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esteemapp/react-native-render-html" ,
3
- "version" : " 4.1.3 " ,
3
+ "version" : " 4.1.4 " ,
4
4
"author" : " eSteemApp" ,
5
5
"license" : " BSD-2-Clause" ,
6
6
"repository" : " https://github.com/eSteemApp/react-native-render-html" ,
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ export default class HTML extends PureComponent {
48
48
baseFontStyle : PropTypes . object . isRequired ,
49
49
textSelectable : PropTypes . bool ,
50
50
renderersProps : PropTypes . object ,
51
- allowFontScaling : PropTypes . bool
51
+ allowFontScaling : PropTypes . bool ,
52
+ disableRerenders : PropTypes . bool ,
52
53
}
53
54
54
55
static defaultProps = {
@@ -65,7 +66,8 @@ export default class HTML extends PureComponent {
65
66
tagsStyles : { } ,
66
67
classesStyles : { } ,
67
68
textSelectable : false ,
68
- allowFontScaling : true
69
+ allowFontScaling : true ,
70
+ disableRerenders : false ,
69
71
}
70
72
71
73
constructor ( props ) {
You can’t perform that action at this time.
0 commit comments