AppAndFlow / react-native-design-utility

Utility for building design system in react-native. Idea from TailwindCSS
MIT License
139 stars 25 forks source link

component/Text: Type 'number' is not assignable to type '"sm" | "base" | "lg" | "xl" | "md"' #5

Closed mtnptrsn closed 6 years ago

mtnptrsn commented 6 years ago

When passing a number to the size prop in the Text component I get this error: Type 'number' is not assignable to type '"sm" | "base" | "lg" | "xl" | "md"'

It is possible to add a number but the type is incorrect.

EQuimper commented 6 years ago

Perfect I will fix this, thank you

EQuimper commented 6 years ago

@mtnptrsn which version are you using ?

mtnptrsn commented 6 years ago

@EQuimper Sorry I was using an old version!