invertase / react-native-material-design

React Native UI Components for Material Design
http://react-native-material-design.github.io
MIT License
3.15k stars 366 forks source link

Overriding a style #154

Open thibbo opened 7 years ago

thibbo commented 7 years ago

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 ?

DavitVosk commented 7 years ago

also with override object, the textColor, backgroundColor, and rippleColor can't be changed. Please solve the issue

thibbo commented 7 years ago

@DavitVosk actually, it can, but you must choose specific color variables (those from the library itself). I managed to do it eventually