【问题标题】:Errors when i try use twilio/conversations in React Native当我尝试在 React Native 中使用 twilio/conversations 时出错
【发布时间】:2021-06-22 08:23:26
【问题描述】:

当我尝试在 React Native 中使用 Twilio Conversations 时出现错误。

【问题讨论】:

  • 我被告知 Conversations SDK 团队意识到 React Native 中无法正常工作,但这已在 SDK 的第 2 版中得到修复。现在有一个 release candidate available 供您测试,但在 2.0 完全发布之前会有更多变化。

标签: react-native twilio twilio-conversations


【解决方案1】:

这里是 Twilio 开发者宣传员。

您似乎缺少"events" 模块。 Node.js 作为一个平台本身就有"events",但在 React Native 平台内我认为你必须安装它。

运行npm install eventsyarn add events 并重试。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-07-08
    • 2020-01-23
    • 2017-05-29
    • 1970-01-01
    • 2018-01-11
    • 2022-09-29
    • 2021-09-12
    • 2022-07-20
    相关资源
    最近更新 更多