UNPKG

@adyen/react-native

Version:

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

6 lines (5 loc) 243 B
import { NativeModules } from 'react-native'; import { ModuleMock } from '../modules/ModuleMock'; /** Generic Redirect component */ export const AdyenInstant = NativeModules.AdyenInstant ?? ModuleMock; //# sourceMappingURL=AdyenInstant.js.map