react-native-toggle-switch icon indicating copy to clipboard operation
react-native-toggle-switch copied to clipboard

Toggle switch with label and swipe behaviour

Results 8 react-native-toggle-switch issues
Sort by recently updated
recently updated
newest added

Hello! I would like to be able to update the value of the switch other than the initial value ("active" prop). My initial value comes from my state and when...

If you touch the switch once, it works just fine. But if you hold the switch and swipe it, it will throw the error `t.touchableOpacity.setOpacityTo is not a function`. This...

Added some configuration props. Most important change for me was the ability to change the value of existing active prop to update the state of the component from code. Fixes...

Hi, i am facing same problem in android, active condition is always true, if i can giving active condition false then it is showing initially on right side and then...

Hi, i am facing same problem in android, active condition is always true, if i can giving active condition false then it is showing initially on right side and then...

In IOS its working good. but in android, by default the toggle button is always true as active. how can i make active as false in android? Images attached. How...