1.1.27 • Published 10 months ago

@indredk/icons-react-native v1.1.27

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

12 months ago

1.1.12

11 months ago

1.1.11

12 months ago

1.1.10

12 months ago

1.1.16

11 months ago

1.1.15

11 months ago

1.1.14

11 months ago

1.1.13

11 months ago

1.1.19

10 months ago

1.1.18

10 months ago

1.1.17

11 months ago

1.1.23

10 months ago

1.1.21

10 months ago

1.1.20

10 months ago

1.1.27

10 months ago

1.1.26

10 months ago

1.1.25

10 months ago

1.1.24

10 months ago

1.1.8

12 months ago

1.1.7

12 months ago

1.1.6

12 months 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