1.1.27 • Published 11 months ago

@indredk/icons-react-native v1.1.27

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.1.9

1 year ago

1.1.12

12 months ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.16

12 months ago

1.1.15

12 months ago

1.1.14

12 months ago

1.1.13

12 months ago

1.1.19

11 months ago

1.1.18

11 months ago

1.1.17

12 months ago

1.1.23

11 months ago

1.1.21

11 months ago

1.1.20

11 months ago

1.1.27

11 months ago

1.1.26

11 months ago

1.1.25

11 months ago

1.1.24

11 months ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago