ide / react-native-button

A button for React apps
MIT License
773 stars 129 forks source link

Disabled Style #29

Closed ajoshdee closed 7 years ago

ajoshdee commented 8 years ago

Hi , Is there a way to change disabledStyle for container?

braco commented 8 years ago

+1

ide commented 8 years ago

I don't think there is.

timzaak commented 8 years ago

30 fix this

ide commented 7 years ago

See the resolution in #30 -- pass in a different style when you disable the button. This way you can have more control over the style logic.