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