2015-05-15 21:30:03 +02:00
2015-05-15 19:06:13 +02:00
2015-05-15 18:38:58 +02:00
2015-05-15 18:38:58 +02:00

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' }} />
Description
No description provided
Readme MIT 2.6 MiB
Languages
JavaScript 68.7%
Java 10%
Objective-C 9.4%
CSS 6.1%
Smarty 2.6%
Other 3.2%