react-native-ekyc-cccd
Version:
React-native bridge for Vntel cccd SDK
9 lines (8 loc) • 463 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.RNVntelCCCD = exports.RNVntelCCCDMRZView = void 0;
const react_native_1 = require("react-native");
exports.RNVntelCCCDMRZView = (react_native_1.requireNativeComponent('RNVntelCCCDMRZView'));
exports.RNVntelCCCD = react_native_1.NativeModules.RNVntelCCCD;
if (!exports.RNVntelCCCD)
console.error('[react-native-vntel-cccd] RNVntelCCCD native module is not linked.');
;