1.1.5 • Published 8 months ago

livenessdetection v1.1.5

Weekly downloads
-
License
-
Repository
-
Last release
8 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

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.2

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago