react-native-payments
react-native-payments copied to clipboard
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
There are more gateways, not just braintree and stripe.
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.12 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.12 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...
After modifying the podspecs file in react-native payments , reinstalling cocoa pods and relinking I got this error on calling any methods of react-native payment .
I'm trying to implement google pay. Everything seems fine, the payment goes through, but the paymentToken contains this kind of object : `{\"error\":{\"message\":\"Record not found\"},\"fieldErrors\":[]}` Any help please ?
I am trying to integrate Apple/Google pay in an application, I was able to implement apple pay in the application but I am getting an error when I am doing...
Hi everybody! I've been trying to keep RN Payments alive over the last couple of years as there wasn't any stable payment solution for React Native apart from one other,...