react-native-payments icon indicating copy to clipboard operation
react-native-payments copied to clipboard

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

Results 130 react-native-payments issues
Sort by recently updated
recently updated
newest added

Hello, I am using react native payments on ios platform and my implementation looks like this. ``` pr = new PaymentRequest(appConfigValues?.apple_pay?.apple_pay_methods_data, DETAILS, { ...appConfigValues?.apple_pay?.apple_pay_options, ...shippingRequired }); pr.canMakePayments() .then(canMakePayment => {...

Bumps [moment](https://github.com/moment/moment) from 2.18.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Is it possible to use this library in an expo project?

I can`t use it anymore since IOS 14~

Anyone knows how to show merchnat's name in the payment sheet with for apple pay ?

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Example: ``` const METHOD_DATA = [{ supportedMethods: ['apple-pay'], data: { merchantIdentifier: 'merchant.com.your-app.namespace', supportedNetworks: ['visa', 'mastercard', 'amex', 'UNKNOWN-NETWORK'], countryCode: 'US', currencyCode: 'USD' } }]; ... const paymentRequest = new PaymentRequest(METHOD_DATA, DETAILS);...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies