/ReactNativeFaceTec

React Native module that integrates FaceTec ZoOm face verification API

Primary LanguageObjective-CMIT LicenseMIT

react-native-facetec

Getting started

$ npm install react-native-facetec --save

Mostly automatic installation

$ react-native link react-native-facetec

Usage

import FaceTec from 'react-native-facetec';

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