美文网首页
使用react-native-elements三方库

使用react-native-elements三方库

作者: ashlgs | 来源:发表于2019-01-28 10:15 被阅读0次

安装

npm install --save react-native-elements

npm install --save react-native-vector-icons

使用

eg:在代码中使用组件

import { Button } from 'react-native-elements';

<Button/>

然后就可以运行 react-native run-android.

相关文章

网友评论

      本文标题:使用react-native-elements三方库

      本文链接:https://www.haomeiwen.com/subject/pinojqtx.html