score:3

Accepted answer

adding allowfontscaling={false} to text ignores the device font scaling.

 <text allowfontscaling={false}  style={styles.titletext}>
           {this.state.testlabel.touppercase()}
            </text>

Related Query

More Query from same tag