2.0.2 • Published 6 months ago

react-native-easy-icon v2.0.2

Weekly downloads
42
License
MIT
Repository
github
Last release
6 months ago

React Native Easy Icon

A wrapper component using react-native-vector-icons. Support Typescript.

Installation

yarn add react-native-easy-icon

OR

npm install --save react-native-easy-icon

If you don't have react-native-vector-icons Install react-native-vector-icons

If you created your project with expo, crna or trnc, react-native-vector-icons is installed by default

Usage

import Icon from 'react-native-easy-icon';

<Icon  type="feather" name="award" color="coral" size={21}/>

Icon Type:

  • material
  • material-community
  • font-awesome
  • font-awesome5
  • font-awesome-brands
  • octicon
  • ionicon
  • foundation
  • evilicon
  • simple-line-icon
  • zocial
  • entypo
  • feather
  • antdesign
  • fontisto

Icons list

Note

Icon types list is extracted from react-native-elements

2.0.2

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.10

3 years ago

1.0.7

5 years ago

1.0.44

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago