UNPKG

@adyen/react-native

Version:

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

6 lines (5 loc) 264 B
import { NativeModules } from 'react-native'; import { ModuleMock } from '../modules/ModuleMock'; /** Apple Pay component (only available for iOS) */ export const AdyenApplePay = NativeModules.AdyenApplePay ?? ModuleMock; //# sourceMappingURL=AdyenApplePay.js.map