Twilio React Native - Unable to resolve module crypto

前端 未结 4 536
孤独总比滥情好
孤独总比滥情好 2020-12-31 12:24

I\'m working on implementing the twilio package into my react-native project and when I require it in my file the project wont load and I\'m seeing the followin

4条回答
  •  既然无缘
    2020-12-31 13:13

    It seems that React Native doesn't accept certain packages based on their dependencies, Twilio being one of these.

    While not a direct solution, I created a work around to this issue by creating a separate Express server to make the Twilio call, and calling that route from within my React Native app.

提交回复
热议问题