@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
11 lines (10 loc) • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AdyenGooglePay = void 0;
var _reactNative = require("react-native");
var _ModuleMock = require("../modules/ModuleMock");
/** Google Pay component (only available for Android) */
const AdyenGooglePay = exports.AdyenGooglePay = _reactNative.NativeModules.AdyenGooglePay ?? _ModuleMock.ModuleMock;
//# sourceMappingURL=AdyenGooglePay.js.map