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) 272 B
import { NativeModules } from 'react-native'; import { ModuleMock } from '../modules/ModuleMock'; /** Google Pay component (only available for Android) */ export const AdyenGooglePay = NativeModules.AdyenGooglePay ?? ModuleMock; //# sourceMappingURL=AdyenGooglePay.js.map