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
I think you have a very nice looking and functioning design system. But the one thing in terms of styling I find lacking is the ability to set a font family, specifically in the React-Native part of it.
There's an issue now open there (linked above) but @artyorsh suggested it also get opened here as well!
The nice thing that react-native-elements does is that they allow you to use their ThemeProvider to overwrite individual styles for each of their components.
This comes from akveo/react-native-ui-kitten#569
I think you have a very nice looking and functioning design system. But the one thing in terms of styling I find lacking is the ability to set a font family, specifically in the React-Native part of it.
There's an issue now open there (linked above) but @artyorsh suggested it also get opened here as well!
The nice thing that
react-native-elements
does is that they allow you to use theirThemeProvider
to overwrite individual styles for each of their components.So you could have something like this:
The text was updated successfully, but these errors were encountered: