多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
> [SwitchIOS](http://facebook.github.io/react-native/docs/switchios.html#content) ## 属性 | 名称 | 类型 | 意义 | 默认值 | | --- | --- | --- | --- | | disabled | bool | 是否可用,若为true,不可用 | false | | onTintColor | string | 当开关打开后,背景颜色 | 无 | | onValueChange | function | 当用户切换开关时的回调函数 | 无 | | thumbTintColor | string | 开关圆形按钮的背景颜色 | 无 | | tintColor | string | 开关关闭后,背景颜色 | 无 | | value | bool | 判断开关是否打开的值,为true表明开关打开 | 无 |