react-native-social-buttons
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -39,3 +39,3 @@ { | ||
}, | ||
"version": "1.1.2" | ||
"version": "1.1.3" | ||
} |
@@ -40,5 +40,5 @@ import React from "react"; | ||
source={require("../images/google.png")} | ||
style={{...styles.imageIconStyle, ...this.props.logoStyle}} | ||
style={{ ...styles.imageIconStyle, ...this.props.logoStyle }} | ||
/> | ||
<Text style={styles.textStyle}> | ||
<Text style={{ ...styles.textStyle, ...this.props.textStyle }}> | ||
{this.props.buttonText | ||
@@ -45,0 +45,0 @@ ? this.props.buttonText |
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
124668