安装
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.
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
网友评论