UNPKG

@adyen/react-native

Version:

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

7 lines (5 loc) 266 B
import { ActionHandlingComponentWrapper } from '../base/ActionHandlingComponentWrapper'; /** Instant payment wrapper - no additional events beyond inherited ones. */ export class InstantWrapper extends ActionHandlingComponentWrapper { name: string = 'Instant'; }