mx-artifacts
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -37,2 +37,4 @@ 'use strict'; | ||
borderRadius: 16, | ||
alignItems: 'center', | ||
justifyContent: 'center', | ||
backgroundColor: this.props.panelColor | ||
@@ -42,3 +44,5 @@ }; | ||
return ( | ||
<Spinner color={this.props.color} size={this.props.size} style={spinnerStyle} /> | ||
<View style={spinnerStyle}> | ||
<Spinner color={this.props.color} size={this.props.size} /> | ||
</View> | ||
); | ||
@@ -45,0 +49,0 @@ }, |
@@ -32,3 +32,3 @@ 'use strict' | ||
_androidSize = 'LargeInverse'; | ||
_androidHeight = 36; | ||
_androidHeight = 60; | ||
} | ||
@@ -35,0 +35,0 @@ |
{ | ||
"name": "mx-artifacts", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Artifacts of mx.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
242835
1856