UNPKG

@adyen/react-native

Version:

Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native

9 lines (8 loc) 194 B
"use strict"; import { LINKING_ERROR } from './constants'; export const ModuleMock = new Proxy({}, { get() { throw new Error(LINKING_ERROR); } }); //# sourceMappingURL=ModuleMock.js.map