2.1.0-beta21 • Published 5 years ago

@ezviz/rnui v2.1.0-beta21

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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={'默认按钮'}
/>