UNPKG

@adyen/react-native

Version:

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

8 lines (7 loc) 349 B
"use strict"; import { NativeModules } from 'react-native'; import { ModuleMock } from '../base/ModuleMock'; import { ApplePayWrapper } from './ApplePayWrapper'; /** Apple Pay component (only available for iOS) */ export const AdyenApplePay = new ApplePayWrapper(NativeModules.AdyenApplePay ?? ModuleMock); //# sourceMappingURL=AdyenApplePay.js.map