react-native-switch
react-native-switch copied to clipboard
Resize component
How can I resize the width of the switch?
I had the same question in my mind. As I see in the component implementation the width of the switcher is calculated this way width: circleSize * switchWidthMultiplier, so just put switchWidthMultiplier={1.5} for example
I had the same question in my mind. As I see in the component implementation the width of the switcher is calculated this way
width: circleSize * switchWidthMultiplier, so just putswitchWidthMultiplier={1.5}for example
thanks