无法与 lrettig 的 react-native-stripe 模块链接
Posted
技术标签:
【中文标题】无法与 lrettig 的 react-native-stripe 模块链接【英文标题】:Cannot link with lrettig's react-native-stripe module 【发布时间】:2016-04-14 23:26:07 【问题描述】:我按照https://github.com/lrettig/react-native-stripe 的所有步骤操作并收到错误“未定义不是对象(正在评估‘StripeNativeManager.openPaymentSetup’)。”有没有其他人遇到过这个问题或知道发生了什么?
【问题讨论】:
【参考方案1】:我遇到了同样的问题。我通过将 React-Native_Stripe 库链接到我的 Xcode 工作区解决了这个问题。我通过(本地)Cocoapods 手动安装了该库,因为 npm 安装失败 Screen Shot of Linking
【讨论】:
这很方便。 facebook.github.io/react-native/docs/linking-libraries-ios.html我链接了库,但我仍然得到同样的错误。以上是关于无法与 lrettig 的 react-native-stripe 模块链接的主要内容,如果未能解决你的问题,请参考以下文章
无法运行 react-native run-android?
我的 react-native 应用程序无法识别 react-native-image-crop-picker
如何使用 React Native 集成 Stripe 并符合 PCI 标准?