UNPKG

@adyen/react-native

Version:

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

8 lines (6 loc) 286 B
import { NativeModules } from 'react-native'; import { ModuleMock } from './ModuleMock'; /** Describes a native module capable of encrypting card data. */ /**Encryption helper. */ export const AdyenCSE = NativeModules.AdyenCSE ?? ModuleMock; //# sourceMappingURL=AdyenCSEModule.js.map