@sans/theme
v1.0.0
Published
sans react-native-ux library
Downloads
2
Readme
Theme
The React Native component's style is usually defined as a static variable along with the component itself. This makes it easy to build self contained components that always look and behave in the same way. On the other hand, it complicates building themeable (or skinnable) components that could have multiple styles that can be customized without touching the component source code.