Throw an error when line-height is a multiplier value
kristerkari opened this issue · 0 comments
kristerkari commented
line-height
with multiplier value works in browser, not in React Native:
line-height: 1.41;
line-height: 150%;
This works in RN:
line-height: 24px;