react-native-vector-icons
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -76,7 +76,7 @@ /** | ||
styleDefaults.lineHeight = size; | ||
return (<TypefaceTextView {...props} fontFile={fontFile}>{glyph}</TypefaceTextView>); | ||
return (<TypefaceTextView {...props} fontFile={fontFile}>{glyph}{this.props.children}</TypefaceTextView>); | ||
} | ||
styleDefaults.fontFamily = fontFamily; | ||
return (<Text {...props}>{glyph}</Text>); | ||
return (<Text {...props}>{glyph}{this.props.children}</Text>); | ||
} | ||
@@ -83,0 +83,0 @@ }); |
{ | ||
"name": "react-native-vector-icons", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling. Choose from 3000+ bundled icons or use your own.", | ||
@@ -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
787426