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