UNPKG

expo-otp-retriever

Version:

Expo module for retrieving OTP codes on Android using Google's SMS Retriever API

7 lines 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const expo_modules_core_1 = require("expo-modules-core"); // It loads the native module object from the JSI or falls back to // the bridge module (from NativeModulesProxy) if the remote debugger is on. exports.default = (0, expo_modules_core_1.requireNativeModule)('ExpoOtpRetriever'); //# sourceMappingURL=ExpoOtpRetrieverModule.js.map