Headstorm / foundry-native-ui

React Native port of the hit ReactJS UI library
2 stars 4 forks source link

Font-size properties are not being properly applied through styled-components #16

Open ericbaumann opened 3 years ago

ericbaumann commented 3 years ago

In order to properly style our components, we will need to be able to apply font-size properties through a styled components definition.

aVileBroker commented 3 years ago

From here: https://reactnative.dev/docs/text#adjustsfontsizetofit

These defaults look good but are things to consider as we build our APIs.

image image