UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

2 lines (1 loc) 101 B
export const { PaymentRequest } = typeof window === 'undefined' ? { PaymentRequest: null } : window;