Skip to content

Commit c0d78b1

Browse files
committed
Fix regresion related to exporting PaymentRequest
1 parent 43105a3 commit c0d78b1

File tree

1 file changed

+2
-2
lines changed
  • packages/react-native-payments/lib/js

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @flow
22

3-
import PaymentRequest from './PaymentRequest';
3+
import _PaymentRequest from './PaymentRequest';
44
import { PKPaymentButton } from './PKPaymentButton';
55

66
export const ApplePayButton = PKPaymentButton;
7-
export default PaymentRequest;
7+
export const PaymentRequest = _PaymentRequest;

0 commit comments

Comments
 (0)