2.4.1 • Published 3 years ago

px-react-native-font-icons v2.4.1

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

Proximus font + set of proximus icon fonts to be used in React Native apps.

Build Status

Build Status Master(Master)

Build Status Dev(Dev)

@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