react-native-material-design
react-native-material-design copied to clipboard
Overriding a style
Hello, I've implemented a component button but I'd like to override the style; for instance moving the text to center it properly. I can't find how to do so. Any thoughts ?
also with override object, the textColor, backgroundColor, and rippleColor can't be changed. Please solve the issue
@DavitVosk actually, it can, but you must choose specific color variables (those from the library itself). I managed to do it eventually