【发布时间】:2020-09-20 17:19:30
【问题描述】:
我正在阅读:
- https://docs.expo.io/versions/latest/sdk/payments/
- https://tipsi.github.io/tipsi-stripe/docs/running-apple-pay-on-a-real-device.html
- https://github.com/stripe/react-stripe-elements/issues/21
- https://pusher.com/tutorials/react-native-payments
- https://medium.com/@lyzhovnik/using-stripe-payment-service-with-react-native-and-fetch-4177c8d992cb
- https://github.com/expo/stripe-expo
我想在带有 expo sdk 36 的 react-native 应用程序构建中集成条带支付。
我的项目没有被弹出,我想保留它,这样我仍然可以在不需要苹果硬件的情况下运行和调试 iOS 应用程序。 (这是为了开发者的经验,但我想在挤之前看看有没有办法。)
- 在我看来,stripe 似乎只需要一个 HTTP 客户端来进行通信,而我有 fetch,对吗?
- 为什么究竟需要弹出,需要插入什么原生库,为什么http客户端不够用?
- 如何以更少的工作量集成条带以针对所有平台(web/ios/native)(我应该开始使用什么库来解决我的目标。)
【问题讨论】:
标签: javascript ios reactjs react-native stripe-payments