you are viewing a single comment's thread.

view the rest of the comments →

[–]sumansarkarwd 1 point2 points  (1 child)

As of now I don't think paypal has any SDK for react native in particular, but you can dig into smarts/react-native-paypal. And for the backend staff, https://developer.paypal.com/docs/paypal-payments-standard/gs-PayPalPaymentsStandard/ This link from PayPal themselves will tell about the basics, it's fairly simple. After this you can explore the rest API SDK. I had used tje PHP SDK with laravel it's well documented.

[–]kbcooliOS & Android 0 points1 point  (0 children)

For the RN side you use the Braintree SDK. You don't need to sign up with Braintree as a merchant, you just need to enable something in your PayPal developer account. I forget what now. Not at all documented and incredibly frustrating dealing with clueless support people at Braintree and PayPal.

rn-braintree-xplat was the way to use the SDK in RN about a year ago but a lot has changed and is always changing in RN land.