@redu/react-native-component-layout
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -27,3 +27,3 @@ /** | ||
const Button = ({ | ||
text, | ||
children, | ||
color, | ||
@@ -58,3 +58,3 @@ textColor, | ||
<Break onPress={onPress} all={0} style={buttonStyle} {...props}> | ||
<Text style={textStyle}>{text}</Text> | ||
<Text style={textStyle}>{children}</Text> | ||
</Break> | ||
@@ -61,0 +61,0 @@ ); |
@@ -31,3 +31,3 @@ { | ||
"description": "Layout components", | ||
"gitHead": "e7233bccf23ae89d49266c999a188a9311472b9b", | ||
"gitHead": "9fa036c43fd5c9875b686e58cf26867ec3d59775", | ||
"license": "ISC", | ||
@@ -39,3 +39,3 @@ "main": "index.js", | ||
}, | ||
"version": "1.0.6" | ||
"version": "1.0.7" | ||
} |
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
9168