2.1.1-beta5 • Published 2 years ago

@ezviz/rnui v2.1.1-beta5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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={'默认按钮'}
/>