Closed SrBrahma closed 2 years ago
const theme = useTheme();
<Text s={theme.styles.label} t='Text'/>
// maybe
<Text s={t.s.label} t='Text'/>
Added label and sublabel as styles, and their props to TextInput in 0.50.0.
While it's useful to keep the same look for labels, we have an issue if the dev want a different design to use somewhere else.
Maybe it would pollute the components?
What about them being theme's styles?