UNPKG

@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) 589 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmbeddedComponentBus = void 0; var _EmbeddedComponentBusWrapper = require("./EmbeddedComponentBusWrapper"); var _ModuleMock = require("../base/ModuleMock"); var _reactNative = require("react-native"); /** Communication bus for all embedded Native Modules. */ const EmbeddedComponentBus = exports.EmbeddedComponentBus = new _EmbeddedComponentBusWrapper.EmbeddedComponentBusWrapper(_reactNative.NativeModules.AdyenComponentBus ?? _ModuleMock.ModuleMock); //# sourceMappingURL=EmbeddedComponentBus.js.map