rn-local-authentication
Version:
The library helps you to authenticate users biometrically
7 lines • 316 B
JavaScript
import { NativeModules } from 'react-native';
const LocalAuthentication = NativeModules.RNLocalAuthentication;
if (!LocalAuthentication) {
throw new Error('bebnev/rn-local-authentication: NativeModule.RNLocalAuthentication is null');
}
export default LocalAuthentication;
//# sourceMappingURL=nativeModule.js.map