React native Android 12(31), 13(33) text align in lineHeight different

问题描述 投票:0回答:0

React Natvie

<Text>
组件在 Android 操作系统时在其 lineHeight 区域中具有不同的文本对齐方式 12、13岁以下

这是 13(33)

这是 12(31)

有人知道原因吗?字体?操作系统?

使用“NotoSansKR”字体

请知道的人回答

样式代码

  filterName: {
    fontFamily: 'NotoSansKR-Regular',
    fontSize: 14,
    fontWeight: '400',
    marginBottom: 2,
    color: Color.gray900,
  },
android react-native text text-align line-height
© www.soinside.com 2019 - 2024. All rights reserved.