@ant-design/icons-react-native
<h1 align="center"> Ant Design Icons for React Native </h1>
Last updated 6 years ago by bang88 .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @ant-design/icons-react-native 
SYNC missed versions from official npm registry.

Ant Design Icons for React Native

NPM version NPM downloads

Install

yarn add @ant-design/icons-react-native

Linking

react-native link @ant-design/icons-react-native

will copy fonts to ios and android assets folder.

After linking succeeded you need run your app from xcode or android studio or start it from terminal react-native run-ios or react-native run-android

Basic Usage

import { IconFill, IconOutline } from "@ant-design/icons-react-native";

After that, you can use antd icons in your React components as simply as this:

<IconFill name="account-book" />
<IconOutline name="account-book" />

Component Interface

interface IconFillProps extends TextProps {
  name: FillGlyphMapType;
  size?: number;
  color?: string;
}

Current Tags

  • 2.3.2                                ...           latest (4 years ago)

10 Versions

  • 2.3.2                                ...           4 years ago
  • 2.3.1                                ...           5 years ago
  • 2.3.0                                ...           5 years ago
  • 2.2.1                                ...           6 years ago
  • 2.2.0                                ...           6 years ago
  • 2.1.0                                ...           6 years ago
  • 2.0.0                                ...           6 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (0)
None
Dev Dependencies (18)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |