JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 33
  • Score
    100M100P100Q50510F
  • License MIT

Icon component for React Native & Expo with better font family management

Package Exports

  • native-icons

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (native-icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NativeIcons

NPM version NPM downloads

About

Icon component for React Native & Expo with better font family management

How to Install

First, install the library in your project by npm:

$ npm install native-icons

Or Yarn:

$ yarn add native-icons

Bare React Native Project

Getting Started

• Connect libary with project using ES6 import:

import Icon from 'native-icons';

Options

Name Type Default Description Available options
type string Icons font type Icon Types

Available Icon Types

  • ant-design
  • entypo
  • evil-icons
  • feather
  • font-awesome
  • font-awesome-5
  • fontisto
  • foundation
  • ionicons
  • material-icons
  • material-community-icons
  • octicon
  • zocial
  • simple-line-icon

License

This project is licensed under the MIT License © 2020-present Jakub Biesiada