1.0.3 • Published 10 months ago

droid-sdk v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

druid-ogold-rn-sdk

Druid is a react native package that enables clients to easily onboard customers and conduct KYC aginst the customers.

The version 0.0.x has the following feature support:

FeatureDescription
Face Liveness DetectionDetects spoof, deepfake and malicious attempt providing instant result.
AI-Based OCRAllows automated form filling with OCR
ID VerificationCompares the image in the ID vs the live face

Upcoming Planned Features: 0.1.x

FeatureDescription
Document ID CheckChecks if the uploaded document is a valid ID (Passport, EmiratesID...)

Usage

import Widget from "druid-ogold-rn-sdk";

const WidgetContainer = () => {
	<View>
        <Widget
            phone: "987654321"
            email: "email@email.com"
            clientUuid: "xxx-xxx-xxx",
            clientSecret: "xxx-xxx-xxx",
        />
    </View>;
};

Demo Application

A demo application showcasing the use of the above package has been documented in this github repository.

Documentation

Please reach out to the package developers for the comprehensive documentation of the package.