使用react-native-elements三方库

2019-01-28  本文已影响0人  ashlgs

安装

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.

上一篇下一篇

猜你喜欢

热点阅读