如何在没有 Nodejs 的情况下使用 Webview 在 Expo ReactNative 应用程序中实现 PayPal
How to implement PayPal in Expo ReactNative app using Webview without Nodejs
我正在开发一个 Ecpo ReactNative 应用程序,我希望集成 PayPal 以允许用户使用 Webview 购买一些产品,但我不知道该怎么做。我看到这篇文章:https://medium.com/@adityasingh_32512/integrating-paypal-in-your-react-native-app-4dcf89e11dd 解释了如何做,但他使用的是 nodejs 服务器,而我不一定会实现 Nodejs 服务器...
我也看到了这篇文章:How to integrate Paypal using React Native expo? 他们提供了其他解决方案,但我并不满意。
如果你不使用a server integration (nodejs or otherwise), then obviously only client-side JS will be available. Here is a demo pattern of what you can do: https://developer.paypal.com/demo/checkout/#/pattern/client
没有什么是 React 特有的。
我正在开发一个 Ecpo ReactNative 应用程序,我希望集成 PayPal 以允许用户使用 Webview 购买一些产品,但我不知道该怎么做。我看到这篇文章:https://medium.com/@adityasingh_32512/integrating-paypal-in-your-react-native-app-4dcf89e11dd 解释了如何做,但他使用的是 nodejs 服务器,而我不一定会实现 Nodejs 服务器...
我也看到了这篇文章:How to integrate Paypal using React Native expo? 他们提供了其他解决方案,但我并不满意。
如果你不使用a server integration (nodejs or otherwise), then obviously only client-side JS will be available. Here is a demo pattern of what you can do: https://developer.paypal.com/demo/checkout/#/pattern/client
没有什么是 React 特有的。