1.1.5 • Published 10 months ago

livenessdetection v1.1.5

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

This is a new Liveness Detectionproject

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Install neccessary dependencies

# using npm
npm install react-native-vision-camera 
npm install react-native-vision-camera-face-detector
npm install react-native-worklets-core
npm install react-native-fs
npm install axios

Make sure you add this in your babel file

 plugins: [
    [
      'react-native-worklets-core/plugin',
    ],
],

Please do this before running the  npx react-native run-android

Then do the following

Step 2: Install the Liveness Detection Package

Then install this package

npm install livenessdetection

Step 3: Use the Liveness Detection Image

 <LivenessDetection image = '' appKey='base64image' onResponse={handleCapture} onFailure={handleFailure} />

 Use the liveness detection like this

Step 4: Start your Application

   npm start -- --reset-cache  

  npx react-native run-android
1.1.5

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.9

10 months ago

1.0.2

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago