JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q48707F
  • 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

native-icons

NPM version NPM downloads NPM license Codecov Travis

About

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

Similar Projects

This solution is also available in React Native Elements

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
  • octicons
  • zocial
  • simple-line-icons

License

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