Are there any alternatives to adjustsFontSizeToFit for Android?
问题 I am using flex in Text field to display my values/range. For IOS I am using the properties adjustsFontSizeToFit and minimumFontScale props for Text to achieve the ideal font size and scaling. I want the same scaling to be enabled for Android. Does anyone use any tricks for Android? <View style={{flex: 40}}> { (Platform.OS === 'ios') ? <Text style={{flex: 1, paddingRight: 2}} adjustsFontSizeToFit minimumFontScale={0.5}> //if decimal value exists show range (pointFivePart_1 === '5') ? <Text