Skip to content

react native vector icons

flyw edited this page Jul 12, 2018 · 1 revision

Icons

image

全部 Icon 请参考地址

https://oblador.github.io/react-native-vector-icons/

使用方式

在页面中导入 Icon 组件包

import { Icon } from "native-base";

render 中使用对应的 icon

<Icon style={{color: '#47B9EB'}} name="ios-arrow-back"/>

Clone this wiki locally