IPS
IPS

Reputation: 427

Integrating PayPal with React Native

I want to integrate PayPal in my application using which user can pay with PayPal and Venmo. Is there any way to do it?

Thanks.

Upvotes: 1

Views: 2440

Answers (1)

Rizwan Ahmed Shivalli
Rizwan Ahmed Shivalli

Reputation: 1503

Unfortunately, there isn't a single repo that is up to date and maintains by the community as far as I know. That's why your options are limited.

here are some third party libraries

1.react-native-paypal
2. react-native-paypal-lib

if you do not want your app do be dependant on third party react native libraries then try integrating paypal with a WebView wrapper. Follow this tutorial by medium

Upvotes: 3

Related Questions