Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-vector-icons

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-vector-icons - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

4

lib/create-icon-set.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc