aminebenkeroum / toggle-switch-react-native

Toggle Switch React Native Component works on both iOS and Android
MIT License
234 stars 70 forks source link

Disabled styles #29

Closed kaddyadriano closed 4 years ago

kaddyadriano commented 4 years ago

It could be nice to have disabled style prop. It's better to change the color or opacity when the switch is disabled so it doesn't look like it's active. Thanks!

aminebenkeroum commented 4 years ago

Hello Adrien,

There is a disabled prop: disabled make sure you don't pass isOn, so it looked grey and inactive.