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

Paypal wrapper for React Native

Results 11 react-native-paypal issues
Sort by recently updated
recently updated
newest added

Hello I could not find "PayerId" in payment response { "client": { "environment": "mock", "paypal_sdk_version": "2.12.4", "platform": "Android", "product_name": "PayPal-Android-SDK" }, "response": { "create_time": "2014-02-12T22:29:49Z", "id": "PAY-6RV70583SB702805EKEYSZ6Y", "intent": "sale", "state":...

Is this react-native wrapper for sdk acutal?

I am trying click to paypal ![screen shot 2017-06-02 at 2 36 22 pm](https://cloud.githubusercontent.com/assets/28433784/26715702/e8834852-47a0-11e7-8bf1-01e223a89895.png) how to fix?

I made the configurations (for Android) described at https://github.com/waqas19921/react-native-paypal I wrote a function which is called when a Button is pressed: https://s22.postimg.cc/imdbmhx3l/Untitled.png But i get this error: https://s22.postimg.cc/qrvdl60xd/35744111_634794970202096_1966110859876892672_n.png What could...

![image](https://user-images.githubusercontent.com/7694000/35644696-adec5e16-0697-11e8-98d2-932be27812c3.png) I followed the Android instruction, but the IDE cannot resolve the method setJSMainModuleName and otherModulesHandlers

I have followed all the steps, I have changed import in MFLReactNativePayPal.m from: ` #import "RCTBridge.h" #import "RCTConvert.h" ` to ` #import "React/RCTBridge.h" #import "React/RCTConvert.h" ` in order to work...

Hi, I'm testing this library since I think it's the only one for both Android and iOS. I was wondering if it is fully operational because I see that the...

Hi, I tried installing on iOs using the instructions but I got lots of duplicate symbols and couldn't build. what I did: - npm install --save MattFoley/react-native-paypal - mkdir -p...

var PayPalFuture =require('react-native').NativeModules.PayPalFuture; PayPalFuture.futurePaymentRequest({ clientId: 'valid client id', environment: PayPalFuture.SANDBOX, merchantName:"Customer1", merchantPrivacyPolicyUri:"https://www.google.com/", merchantUserAgreementUri:"https://www.google.com/" },{null},{null}).then(function (authcode) Could you please help me to resolve this issue, please find the attached screenshot. image...