mbco-react-native-font-icons
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

mbco-react-native-font-icons

Fonts + set of icon fonts to be used in React Native apps.

Build Status

Build Status Master(Master)

Build Status Dev(Dev)

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}} />

Readme

Keywords

Package Sidebar

Install

npm i mbco-react-native-font-icons

Weekly Downloads

1

Version

0.0.4

License

none

Unpacked Size

601 kB

Total Files

18

Last publish

Collaborators

  • mathieusoupart-pxs