当我尝试在 React Native 中使用 twilio/conversations 时出错
Errors when i try use twilio/conversations in React Native
当我尝试在 React Native 中使用 Twilio Conversations 时出现错误。
此处为 Twilio 开发人员布道师。
您似乎缺少 "events"
模块。 Node.js 作为平台本身具有 "events"
,但在 React Native 平台中我认为您必须安装它。
运行 npm install events
或 yarn add events
再试一次。
当我尝试在 React Native 中使用 Twilio Conversations 时出现错误。
此处为 Twilio 开发人员布道师。
您似乎缺少 "events"
模块。 Node.js 作为平台本身具有 "events"
,但在 React Native 平台中我认为您必须安装它。
运行 npm install events
或 yarn add events
再试一次。