react-native-element UI

1、安装yarn add react-native-elements react-native-vector-icons
2、import {Icon} from ‘react-native-elements’
<Icon name=”roing” />
注意: icon图标无法显示,需要配置
1). 在android/app/build.gradle 下添加如下配置
apply from : “../../node_modules/react-native-vector-icons/fonts.gradle”
重启

 

posted @ 2022-08-29 14:16  龙卷风吹毁停车场  阅读(60)  评论(0)    收藏  举报