UNPKG

@adyen/react-native

Version:

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

4 lines (3 loc) 168 B
import { ConfigPlugin } from '@expo/config-plugins'; import { AdyenPluginProps } from './withAdyen'; export declare const withAdyenIos: ConfigPlugin<AdyenPluginProps>;