UNPKG

@adyen/react-native

Version:

Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native

11 lines (8 loc) 388 B
"use strict"; import { NativeModules } from 'react-native'; import { ModuleMock } from '../base/ModuleMock'; import { AdyenCSEWrapper } from './AdyenCSEModuleWrapper'; /** Describes a native module capable of encrypting card data. */ /** Encryption helper. */ export const AdyenCSE = new AdyenCSEWrapper(NativeModules.AdyenCSE ?? ModuleMock); //# sourceMappingURL=AdyenCSEModule.js.map