ksquaresys22

Results 1 issues of ksquaresys22

If we want to disable font scaling, we can add this code to app.js or index.js. ```js if (Text.defaultProps == null) { Text.defaultProps = {}; Text.defaultProps.allowFontScaling = false; } ```...