【发布时间】:2016-04-14 23:26:07
【问题描述】:
我按照https://github.com/lrettig/react-native-stripe 的所有步骤操作并收到错误“未定义不是对象(正在评估‘StripeNativeManager.openPaymentSetup’)。”有没有其他人遇到过这个问题或知道发生了什么?
【问题讨论】:
标签: ios reactjs react-native applepay
我按照https://github.com/lrettig/react-native-stripe 的所有步骤操作并收到错误“未定义不是对象(正在评估‘StripeNativeManager.openPaymentSetup’)。”有没有其他人遇到过这个问题或知道发生了什么?
【问题讨论】:
标签: ios reactjs react-native applepay
我遇到了同样的问题。我通过将 React-Native_Stripe 库链接到我的 Xcode 工作区解决了这个问题。我通过(本地)Cocoapods 手动安装了该库,因为 npm 安装失败 Screen Shot of Linking
【讨论】: