1.1.5 • Published 12 months ago

livenessdetection v1.1.5

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

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.2

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago