react-native-mantra-fingerprint
Advanced tools
Comparing version 1.0.30 to 1.0.31
{ | ||
"name": "react-native-mantra-fingerprint", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "React native bridge for mantra finger print", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,7 +7,3 @@ import { NativeModules } from 'react-native'; | ||
export default () => { | ||
return new Promise((resolve, reject) => { | ||
MantraModule.StartSyncCapture() | ||
.then(alert('capture started')) | ||
.catch(alert(error)); | ||
}); | ||
MantraModule.StartSyncCapture(); | ||
} |
13989357
57
515