react-native-payments
react-native-payments copied to clipboard
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
Hi, whoever wants to use this package with expo should add this config to his app.config.js file. `const withApplePay: ConfigPlugin = config => { return withEntitlementsPlist(config, config => { config.modResults['com.apple.developer.in-app-payments']...
Hi, While closing the apple pay modal I am getting the following error.  The issue is on...
All of a sudden, my apple pay in my app is not working. This happened when I submitted my app for review to the app store, and maaaybe after upgrading...
Hello @barbieri @miracle2k @markrickert @madoke @kowalski Thank you guys for this awesome library, as this is the only react-native library for processing the ApplePay/GooglePay, unfortunately this library is not maintained...
From where you import getUpdatedDetailsForShippingOption or getUpdatedDetailsForShippingAddress this function it's error on it
i am using this library to integrate apple pay, after adding it it gives me error `"unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead" ` in...
Hi, We want to switch to Node 18, but react-native-payments stops working for Apple Pay. The same setup works fine on node 14, but on Node 18 the Apple Pay...
Hello, Our React Native iOS app is crashing when the user tries to place an order using Apple Pay. We have been using this library and Apple Pay has been...
Hello everyone. I am trying to follow a demo and setup Apple Pay on ios. I have configured merchantID and the library works well with a simulator. Unfortunately when I...
This is the work of https://github.com/naoufal/react-native-payments/pull/174 with updated readme. For most question changes are described at https://github.com/naoufal/react-native-payments/pull/174. just added some notes to readme main question about `allowedPaymentMethods` and how to...