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) 241 B
import { ConfigPlugin } from '@expo/config-plugins'; export type AdyenPluginProps = { merchantIdentifier: string | string[]; useFrameworks: boolean; }; declare const _default: ConfigPlugin<AdyenPluginProps>; export default _default;