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