react-native-switch
react-native-switch copied to clipboard
Customisable switch component for RN
{ setIsEnabled(value); isEnabledRef.current = value; }} />
Hi. I used the library recently, and jad no problem. But, when I used today, the React NAtive throws the warning for useNativeDriver. Do you resolve this in a new...
There is option of circleBorderWidth but no option of circleBorderColor by default circleBorderWidth color is black we cant change it facing this issue
add a new prop to define whether or not to use nativeDriver
When the value is reset, the switch is not updated
react-native-switch 2.0.0
I can use renderInsideCircle method to custom inside of circle, but I cannot render outside of Circle(background).
I've noticed that you used many properties though there are ones that can be reduced in one property. #### Current ```javascript ``` #### Suggested ```javascript ```
I know this warning is being shown as PropTypes of style props are set to object and I used an array (as is common in React Native to define styles),...
How can I resize the width of the switch?