You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tachyons line-height properties are specified as numbers eg. .lh-copy { line-height: 1.5; } which on the web means that the resulting line height should be 1.5 * font-size but the problem is that React Native doesn't work this way, it just interprets 1.5 as px.
The text was updated successfully, but these errors were encountered:
In tachyons line-height properties are specified as numbers eg.
.lh-copy { line-height: 1.5; }
which on the web means that the resulting line height should be 1.5 * font-size but the problem is that React Native doesn't work this way, it just interprets 1.5 as px.The text was updated successfully, but these errors were encountered: