Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试在 React Native中使用Twilio Conversations时出现错误。
Twilio 开发人员布道者在这里。
看起来您缺少该"events"模块。Node.js 作为一个平台"events"本身就有,但在 React Native 平台内我认为你必须安装它。
"events"
运行npm install events或yarn add events重试。
npm install events
yarn add events