Reputation: 427
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
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