New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-iconic-font

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-iconic-font - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

fonts/MaterialIcons-Regular.ttf

2

package.json
{
"name": "react-native-iconic-font",
"version": "0.0.1",
"version": "0.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,5 +9,5 @@ # react-native-iconic-font

**setp 2 and 3 is same as offical way to use custom font.**
**setp 2 and 3 are same as offical way to use custom font.**
2. copy font file
* font file is under `node_modules/react-native-iconic-font/fonts/`
* font files are under `node_modules/react-native-iconic-font/fonts/`
* just copy the file you want to use

@@ -45,3 +45,4 @@ * android:

[typicons](<https://github.com/stephenhutchings/typicons.font>)
[weathericons](<https://erikflowers.github.io/weather-icons/>)
[weathericons](<https://erikflowers.github.io/weather-icons/>)
[material-design-icons](<http://google.github.io/material-design-icons/>)
...

@@ -58,3 +59,3 @@

**But** ... these library all require native code and/or native project config file modifications.
**But** ... these libraries are all require native code and/or native project config file modifications.
Believe me , it confusd many 'javascript' developers who are familar with 'native code'.

@@ -65,4 +66,4 @@ That's why i start this project .

## How
A font system is basicly like a 'character-graph' mapping.
In a web page,CSS rules deal webfont like this:
A font system is basically a 'character-graph' mapping.
In a web page,CSS rules deal with webfont like this:

@@ -80,1 +81,6 @@ ```

Read more: <https://github.com/sospartan/iconfont-map-builder>
## Changelog
2015.11.24:
* add material-design-icons
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