user20821745
user20821745

Reputation: 31

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

React Natvie <Text> component has different text align in their lineHeight area when Android os under 12, 13

This is 13(33)

enter image description here

This is 12(31)

enter image description here

Anyone know reason? font? os?

Use "NotoSansKR" Font

Please Answer anyone know

style code

  filterName: {
    fontFamily: 'NotoSansKR-Regular',
    fontSize: 14,
    fontWeight: '400',
    marginBottom: 2,
    color: Color.gray900,
  },

Upvotes: 1

Views: 145

Answers (0)

Related Questions