## NPM

you can see [hear](https://www.npmjs.com/package/react-native-web-iconfont)

## For

react-native use ali iconfont

## Install

`yarn add react-native-web-iconfont`

#### Extension

if `RN` version >= `0.60` , you need install `react-native-webview`

if `RN` version < `0.60`, you need use another module `react-native-web-iconfont-old`

## Use

#### Props

-   link: ali fonticon css link

-   iconName: Icon name

-   color: Icon Color

-   fontSize: Icon SIZE

#### Example

```
import iconFont from 'react-native-web-iconfont';

const IconFont = iconFont('http://at.alicdn.com/t/font_1391869_fk9kmt1pp1.css');

<IconFont fontSize={20} iconName={icon} color="black" />
```

## License

MIT
