We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43105a3 commit c0d78b1Copy full SHA for c0d78b1
packages/react-native-payments/lib/js/index.js
@@ -1,7 +1,7 @@
1
// @flow
2
3
-import PaymentRequest from './PaymentRequest';
+import _PaymentRequest from './PaymentRequest';
4
import { PKPaymentButton } from './PKPaymentButton';
5
6
export const ApplePayButton = PKPaymentButton;
7
-export default PaymentRequest;
+export const PaymentRequest = _PaymentRequest;
0 commit comments