UNPKG

@adyen/react-native

Version:

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

8 lines (7 loc) 325 B
"use strict"; import { NativeModules } from 'react-native'; import { ModuleMock } from '../base/ModuleMock'; import { InstantWrapper } from './InstantWrapper'; /** Generic Redirect component */ export const AdyenInstant = new InstantWrapper(NativeModules.AdyenInstant ?? ModuleMock); //# sourceMappingURL=AdyenInstant.js.map