@nghinv/react-native-icons
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

@nghinv/react-native-icons

Installation

Installing the package

  • Use yarn
yarn add @nghinv/react-native-icons
  • Use npm
npm install @nghinv/react-native-icons

How to use

import React from 'react';
import { Icon } from '@nghinv/react-native-icons';

export default function Example() {
  return (
    <Icon
      size={36}
      name='photo'
      color='tomato'
      type='MaterialIcons'
    />
  );
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @nghinv/react-native-icons

    Weekly Downloads

    32

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    316 kB

    Total Files

    23

    Last publish

    Collaborators

    • nghinv