@metamask/react-native-payments
Version:
> This project is currently in __beta and APIs are subject to change.__
10 lines (7 loc) • 318 B
JavaScript
// @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;