README
react-native-diablo-ui (Bate v0.0.1)
DiabloUI是一套基于RN0.61.5的javascript界面库,开箱即可简单定制您的应用。
开始使用
安装
$ npm install react-native-diablo-ui react-native-vector-icons --save
$ react-native link react-native-vector-icons
如果安装react-native-vector-icons过程中遇到任何问题请按照此处的步骤进行安装。
使用
import { SearchBar } from 'react-native-diablo-ui'
<SearchBar cancelButtonText={'Cancel'}/>;