disabled Font Scalling
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import {Text, TextInput} from 'react-native';
|
||||
|
||||
Text.defaultProps = Text.defaultProps || {};
|
||||
Text.defaultProps.allowFontScaling = false;
|
||||
TextInput.defaultProps = TextInput.defaultProps || {};
|
||||
TextInput.defaultProps.allowFontScaling = false;
|
||||
Reference in New Issue
Block a user