Classic class-based approach to styling for React Native.
- small api that simplifies styling variations of same component (ie: button, main button, outline button, big button)
- lazy evaluating with getters to save resources
- heavy caching to save resources
- @TODO
MIT