@ezviz/rnui
v2.1.1-beta5
Published
EZVIZ UI library for react native.
Downloads
9
Keywords
Readme
rnui
EZVIZ UI library for react native.
当前视觉版本5.0
安装
npm install --save @ezviz/rnui --registry=https://registrynpm.ys7.com
使用
import { Button } from '@ezviz/rnui';
<Button
onPress={() => {
console.log('onPress');
}}
text={'默认按钮'}
/>