1.0.1 • Published 11 months ago

@indredk/icons-react-native v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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;
}
1.0.1

11 months ago

1.0.0

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago