UNPKG

@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) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AdyenInstant = void 0; var _reactNative = require("react-native"); var _ModuleMock = require("../modules/ModuleMock"); /** Generic Redirect component */ const AdyenInstant = exports.AdyenInstant = _reactNative.NativeModules.AdyenInstant ?? _ModuleMock.ModuleMock; //# sourceMappingURL=AdyenInstant.js.map