steveruizok
4/30/2019 - 9:01 AM

Switch Tutorial Default Props

Switch Tutorial Default Props

Switch.defaultProps = {
    isOn: false,
    onValueChange: () => null,
    height: 50,
    width: 80,
}