@criipto/verify-expo
Version:
Accept MitID, NemID, Swedish BankID, Norwegian BankID and more logins in your Expo (React-Native) app
9 lines • 436 B
JavaScript
import { requireNativeModule } from 'expo-modules-core';
export async function start(params) {
// It loads the native module object from the JSI or falls back to
// the bridge module (from NativeModulesProxy) if the remote debugger is on.
const module = requireNativeModule('CriiptoVerifyExpo');
const response = await module.startAsync(params);
return response;
}
//# sourceMappingURL=CriiptoVerifyExpoModule.js.map