我尝试在 React Native 中使用 twilio/conversations 时出错

问题描述

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

enter image description here

enter image description here

解决方法

这里是 Twilio 开发者布道者。

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

运行 npm install eventsyarn add events 并重试。