nuke-switch
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -63,3 +63,3 @@ 'use strict'; | ||
var nativeProps = { | ||
style: _extends({}, isIOS ? { width: 100, height: 60 } : { width: 90, height: 30 }, style), | ||
style: _extends({}, isIOS ? {} : { width: 85, height: 60 }, style), | ||
checked: value, | ||
@@ -66,0 +66,0 @@ disabled: disabled, |
{ | ||
"name": "nuke-switch", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "开关", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
27428