Skip to content

kbardi/react-native-face-detection

Repository files navigation

react-native-face-detection

Getting started

$ npm install react-native-face-detection --save

Mostly automatic installation

$ react-native link react-native-face-detection

Usage

import FaceDetection from 'react-native-face-detection';

// TODO: What to do with the module?
FaceDetection;