react-native-easy-icon

1.0.10 • Public • Published

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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i react-native-easy-icon

    Weekly Downloads

    105

    Version

    1.0.10

    License

    MIT

    Unpacked Size

    244 kB

    Total Files

    96

    Last publish

    Collaborators

    • newbiebr