@haxibiao/react-native-make
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -23,3 +23,3 @@ "use strict"; | ||
name: '--resize [string]', | ||
description: 'contain, cover, center', | ||
description: 'contain, cover, center, fill', | ||
default: type_1.EResizeMode.CONTAIN, | ||
@@ -26,0 +26,0 @@ }, |
@@ -9,3 +9,4 @@ export declare enum EPlatform { | ||
CENTER = "center", | ||
CONTAIN = "contain" | ||
CONTAIN = "contain", | ||
FILL = "fill" | ||
} |
@@ -14,2 +14,3 @@ "use strict"; | ||
EResizeMode["CONTAIN"] = "contain"; | ||
EResizeMode["FILL"] = "fill"; | ||
})(EResizeMode = exports.EResizeMode || (exports.EResizeMode = {})); |
{ | ||
"name": "@haxibiao/react-native-make", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"main": "modules/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145710
73
884