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

Native Paypal payment screen for React Native

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

ReactInstanceManager is not used. I didn't find where to use is please pull me out of this issue. @VizirAdmin

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](https://cloud.githubusercontent.com/assets/20619142/23716457/65798db2-03fe-11e7-95fb-c66a60061742.png)

Hi good morning, I would like to ask help because I'm a newbie in react and I only know how to add package in new ways. Can anyone help me...

Everything is working fine, but I don't receive the callbacks after the payment. How can I solve that?

hai when i am using react-native-papal, While integrating it in android it throws some errors like this in android. Below is the screen Shot for it ![screen shot 2016-11-24 at...

Hi everyone. So i added support for future payments and receiving metadata id. Future payment example - ``` PayPal.futurePayment({ clientId: "AbyfNDFV53djg6w4yYgiug_JaDfBSUiYI7o6NM9HE1CQ_qk9XxbUX0nwcPXXQHaNAWYtDfphQtWB3q4R", environment: PayPal.SANDBOX, merchantName: "Merchant Name", policyUri: "https://www.example.com/privacy", agreementUri: "https://www.example.com/legal",...

I started working on an iOS implementation. So far I've only merged in [MattFoley/react-native-paypal](https://github.com/MattFoley/react-native-paypal), so it's still a work in progress. I just wanted to let people know to avoid...

Hello team, is there anyone working on an react-native iOS-Version for PayPal-Payment? Would be great if you can share it. Thank you albo1337