0.1.4 • Published 3 years ago

rn_dyno_ekyc_module v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

rn_dyno_ekyc_module

verify people

Installation

npm install rn_dyno_ekyc_module

Usage

import { RnDynoEkycModuleView } from "rn_dyno_ekyc_module";

// if platform is Android, please check Permisstion before use module

const _onSuccess = (event) => {
    // isSuccess == True if user pass, filePath is url image user
    const { isSuccess, filePath } = event.nativeEvent;
    console.warn(isSuccess);
    console.warn(filePath);
  };

<RnDynoEkycModuleView
        style={{width: '100%',aspectRatio: 480 / 640,}}
        onSuccess={_onSuccess}
        faceUp="Ngửa mặt"
        faceDown="Cúi mặt"
        faceLeft="Quay trái"
        faceRight="Quay phải"
        blink="Nháy mắt"
        normal="Nhìn thẳng"
      />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago