UNPKG

@adyen/react-native

Version:

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

7 lines 185 B
import { LINKING_ERROR } from '../core/constants'; export const ModuleMock = new Proxy({}, { get() { throw new Error(LINKING_ERROR); } }); //# sourceMappingURL=ModuleMock.js.map