Closed izakfilmalter closed 4 weeks ago
Hey @izakfilmalter, react-native-reusables is made to be a starting point to make the components exactly as you need them. For that reason, we will not be adding this but I strongly suggest that you add this in the Discussions section as I'm sure a some people might want to use this in their codebase.
Would be great to extract the text classNames and pass them to
TextClassContext.Provider
within button:Sorry for the effect code, can easily do this in vanilla as well. This change helps button behave more like you expect, letting you easily customize the text attributes. The con is that it doesn't cover
whitespace
and some other text props.