ReactNativeElements组件⼊门
title: ReactNativeElements
tags:
ReactNativeElements
ReactNativeElements
安装
npm install react-native-elements
npm i --save react-native-vector-icons
link
react-native link react-native-vector-icons
// 进⼊android/adle⽂件,添加如下内容:
iconFontNames: [ ‘f’, ‘f’ ]
]
apply from: “…/…/node_modules/adle”
demo
import{ Button, ThemeProvider }from'react-native-elements';
const MyApp=()=>{
return(reactnative开发
<ThemeProvider>
<Button title="Hey!"/>
</ThemeProvider>
)
;
};

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。