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
If someone isn't passing a fontSize prop, but a style object instead, then we should extract the font size with StyleSheet.resolve() and use it as a default lineHeight value, potentially adding a configurable multiplier and grid rounding number in the theme object.
The text was updated successfully, but these errors were encountered:
If someone isn't passing a
fontSize
prop, but astyle
object instead, then we should extract the font size withStyleSheet.resolve()
and use it as a defaultlineHeight
value, potentially adding a configurable multiplier and grid rounding number in the theme object.The text was updated successfully, but these errors were encountered: