@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) • 503 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AdyenApplePay = void 0;
var _reactNative = require("react-native");
var _ModuleMock = require("../base/ModuleMock");
var _ApplePayWrapper = require("./ApplePayWrapper");
/** Apple Pay component (only available for iOS) */
const AdyenApplePay = exports.AdyenApplePay = new _ApplePayWrapper.ApplePayWrapper(_reactNative.NativeModules.AdyenApplePay ?? _ModuleMock.ModuleMock);
//# sourceMappingURL=AdyenApplePay.js.map