2.19.7 • Published 11 months ago

@ha_tecno/live-id-sdk v2.19.7

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
11 months ago

Instalação

npm i @ha_tecno/live-id-sdk react-native-vision-camera react-native-fs
cd ios && pod install

Android

Abra o AndroidManifest.xml e adicione as seguintes linhas dentro da tag manifest:

    <uses-permission android:name="android.permission.CAMERA" />

iOS

Open your project's Info.plist and add the following lines inside the outermost "dict" tag:

    <key>NSCameraUsageDescription</key>
    <string>$(PRODUCT_NAME) needs access to your Camera.</string>

Uso Básico

LifeCertificate

import React from "react";
import { LifeCertificate } from "@ha_tecno/live-id-sdk";

export const LifeCertificateScreen = () => {
  const UID = "321";
  return <LifeCertificate UID={UID} mock={false} />;
};

FingerAuth

import React from "react";
import { FingerAuth } from "@ha_tecno/live-id-sdk";

export const FingerAuthScreen = () => {
  return (
  <FingerAuth
            UID={"321"}
            onSuccess={() => {})}
            isFocused={true}
            mock={false}
        />;
    );
};

FingerRegister

import React from "react";
import { FingerRegister } from "@ha_tecno/live-id-sdk";

export const FingerRegisterScreen = () => {
  return (
  <FingerRegister
            UID={"321"}
            onSuccess={() => {})}
            isFocused={true}
            mock={false}
        />;
    );
};

MultiFingerRegister

import React from "react";
import { MultiFingerRegister } from "@ha_tecno/live-id-sdk";

export const MultiFingerRegisterScreen = () => {
  return (
  <MultiFingerRegister
            UID={"321"}
            onSuccess={() => {})}
            isFocused={true}
            mock={false}
        />;
    );
};

License

MIT

2.11.0

1 year ago

2.11.1

1 year ago

2.19.6

11 months ago

2.19.7

11 months ago

2.19.4

1 year ago

2.19.5

1 year ago

2.19.2

1 year ago

2.19.3

1 year ago

2.19.0

1 year ago

2.17.2

1 year ago

2.9.2

1 year ago

2.19.1

1 year ago

2.17.3

1 year ago

2.9.1

1 year ago

2.17.0

1 year ago

2.17.1

1 year ago

2.9.3

1 year ago

2.15.0

1 year ago

2.13.0

1 year ago

2.10.1

1 year ago

2.12.0

1 year ago

2.10.2

1 year ago

2.10.0

1 year ago

2.9.0

1 year ago

2.18.1

1 year ago

2.16.3

1 year ago

2.16.1

1 year ago

2.18.0

1 year ago

2.16.2

1 year ago

2.14.1

1 year ago

2.12.3

1 year ago

2.16.0

1 year ago

2.12.1

1 year ago

2.14.0

1 year ago

2.12.2

1 year ago

2.5.0

2 years ago

2.7.0

1 year ago

2.6.0

2 years ago

2.5.1

2 years ago

2.8.0

1 year ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.4

2 years ago

2.2.3

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.2

2 years ago

2.1.0

2 years ago

1.0.0

2 years ago