Reputation: 31
React Natvie <Text>
component has different text align in their lineHeight area when Android os
under 12, 13
This is 13(33)
This is 12(31)
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