From 93952bb73a850abdd0b0c62aa50b65f88147e221 Mon Sep 17 00:00:00 2001 From: islandryu Date: Sat, 9 Oct 2021 04:43:05 +0900 Subject: [PATCH] add allowFontScalingOption --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 2321165..b32e542 100644 --- a/index.js +++ b/index.js @@ -54,6 +54,7 @@ export default class ReadMore extends React.Component { ref={text => { this._text = text; }} + allowFontScaling={this.props.allowFontScaling} > {this.props.children}