px-react-native-font-icons
v2.4.1
Published
Proximus font + set of proximus icon fonts to be used in React Native apps.
Downloads
9
Readme
Proximus font + set of proximus icon fonts to be used in React Native apps.
Build Status
@proximus/react-native-font-icons
Getting started
$ npm install @proximus/react-native-font-icons --save
$ react-native link @proximus/react-native-font-icons
Usage
import { IconMap, Icon, Fonts, NucleoIcon, Nucleo } from '@proximus/react-native-font-icons';
// Proximus icon font use
<Icon name={IconMap.Smartphone} size={24} style="{{color:'red'}}" />
// New Myproximus icons Nucleo
<NucleoIcon name={Nucleo.AddBig} size={36} style="{{color:'blue'}}" />
// Text user
<Text style={{fontFamily: Fonts.primary}} />
ChangeLog
Version 2.2.3
- Move react-native-vector-icons from dependencies to peerDependencies to be able to use react-native-font-icons on RN 0.60+ projects
Version 2.0.0
- Library updated with last Proximus icons + Nucleo font for myproximus app
Version 1.0.0
- Library created
Version 1.0.7
- update version of react-native-vector-icons from 4.4.3 to 6.1.0