Answers for "system bold font affect react native fonts"

1

font weight react native

subWarningText: {
    color: '#5460C8',
    fontWeight: Platform.OS === 'android' ? 'normal' : '400',
    fontSize: 14 / fontScale,
    marginLeft: scaleWidth(24),
    marginRight: scaleWidth(10),
    marginBottom: scaleHeight(276),
  },
Posted by: Guest on May-19-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language