UNPKG

@exodus/react-native-payments

Version:
10 lines (7 loc) 318 B
// @flow import _PaymentRequest from './PaymentRequest'; import { PKPaymentButton } from './PKPaymentButton'; import NativePayments from './NativePayments'; export const ApplePayButton = PKPaymentButton; export const PaymentRequest = _PaymentRequest; export const openPaymentSetup = NativePayments.openPaymentSetup;