How to implement Stripe with React Native?

前端 未结 1 833
清酒与你
清酒与你 2021-02-07 13:23

I have researched on how to implement Stripe using React native, but have not found a solid way to so. Apparently, React Native does not support http module so would have to use

相关标签:
1条回答
  • 2021-02-07 13:42

    We've made wrapper around native Stripe SDK for both platforms here: https://github.com/tipsi/tipsi-stripe

    When you are using native sdk it gives you better integration with platform, so our goal was to make same api for both platforms and support native features.

    0 讨论(0)
提交回复
热议问题