import { Dimensions } from 'react-native'; const { width, **fontScale** } = Dimensions.get("window"); const styles = StyleSheet.create({ fontSize: idleFontSize / **fontScale**, });