Search code examples
react-nativetwiliotwilio-conversations

Errors when i try use twilio/conversations in React Native


When I try to use Twilio Conversations in React Native I get errors.

enter image description here

enter image description here


Solution

  • Twilio developer evangelist here.

    It looks like you are missing the "events" module. Node.js as a platform has "events" natively, but within the React Native platform I think you have to install it.

    Run npm install events or yarn add events and try again.