Shaun Springer
Shaun Springer
Font weights are scattered all over the various components, atoms, etc. These should be variables (or mixins). It makes it very difficult to use a thin font or custom weights!
Image has no radius applied to it (despite the theme indicating that it does) Sample code: ``` ``` @shoutem/theme: 0.11.1 @shoutem/ui: 0.22.4 react-native: 0.50.3
Config: - RN 0.52.0 - Nachos 0.1.2 Problem: When not explicitly setting uppercase=false on some buttons, it throws an error ([here](https://github.com/avocode/nachos-ui/blob/69d744d5b9cb86c1884d7ee314a49c36e58b8f76/src/Button.js#L147)) Some basic example code: ``` import React, { Component...