mbco-react-native-font-icons
v0.0.4
Published
Downloads
3
Readme
mbco-react-native-font-icons
Fonts + set of icon fonts to be used in React Native apps.
Build Status
Getting started
$ npm install mbco-react-native-font-icons --save
$ react-native link mbco-react-native-font-icons
Usage
import { IconMap, Icon, Fonts, NucleoIcon, Nucleo } from 'mbco-react-native-font-icons';
// Normal icon font use
<Icon name={IconMap.Smartphone} size={24} style="{{color:'red'}}" />
// Nucelo Fonts
<NucleoIcon name={Nucleo.AddBig} size={36} style="{{color:'blue'}}" />
// Text user
<Text style={{fontFamily: Fonts.primary}} />