mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-06-15 02:19:40 +08:00
v0.1.0
Vector Icons for React Native
Installation
$ npm install react-native-vector-icons --save
Usage
Generate your custom icon font at fontello.
Add icon fonts to your project and remember to add it under "Fonts provided by application" in your Info.plist.
var fontelloConfig = require('./config.json');
var { createIconSetFromFontello } = require('react-native-vector-icons');
var Icon = createIconSetFromFontello(fontelloConfig);
<Icon name="facebook" size={30} style={{ padding: 5, color: '#fff', backgroundColor: '#3b5998' }} />
Languages
JavaScript
68.7%
Java
10%
Objective-C
9.4%
CSS
6.1%
Smarty
2.6%
Other
3.2%