DEV Community

Discussion on: Paypal in React Native WebView

Collapse
 
wkoutre profile image
Nick

Nwanze,

1) Great write-up! Might want to add “with WebView” to the title. I came here because I use PayPal SDK bridged to RN, and wanted to see if someone out there (you) had a different/better way of doing it.
2) WebView is no longer part of the react-native library. Instead, it’s being maintained by the react-native-community:

github.com/react-native-community/...

Collapse
 
franko4don profile image
Nwanze franklin

Thanks, I should have mentioned the React Native version I used for the Demo. I will update the title accordingly and would also like to see your implementation.

Collapse
 
wkoutre profile image
Nick

I actually use a native module, react-native-braintree-xplat, which I forked and can be found here.