0.0.4 • Published 2 years ago

mbco-react-native-font-icons v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.1-bata1

2 years ago