UNPKG

rn-local-authentication

Version:
7 lines 316 B
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