UNPKG

@adyen/react-native

Version:

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

14 lines (11 loc) 494 B
"use strict"; import { ActionHandlingComponentWrapper } from '../base/ActionHandlingComponentWrapper'; /** Native module interface specific to GooglePay */ /** Google Pay wrapper - no additional events beyond inherited ones. */ export class GooglePayWrapper extends ActionHandlingComponentWrapper { name = 'GooglePay'; isAvailable(paymentMethods, configuration) { return this.nativeModule.isAvailable(paymentMethods, configuration); } } //# sourceMappingURL=GooglePayWrapper.js.map