andrewangelle / react-paypal-button

A button component to implement PayPal's Express Checkout in React
23 stars 9 forks source link

Use with React Native #7

Closed jcorkhill closed 5 years ago

jcorkhill commented 5 years ago

Can this component be used or modified as to work with React Native? I can't find any PayPal Smart Buttons for React Native, and the official PayPal Documentation only provide a method by which to use them on the web.

Thanks.

andrewangelle commented 5 years ago

@JamieCorkhill I highly doubt it. My understanding is that the base components are different in react-dom versus react-native, and the paypal-checkout library that this is built on top of assumes react-dom.

However, check out this repo https://github.com/smarkets/react-native-paypal