Twilio call is not working in iOS and Android in react-native

回眸只為那壹抹淺笑 提交于 2019-11-30 13:12:59

I have fixed that issue .issue is not in twilio npm . issue about the setup iOS react native project. now i have used this steps 1-in node_modules,react-native-twilio/ios and add RCTTwilio.xcodeproj to your project.

2- Add libRCTTwilio.a to Build Phases -> Link Binary With Libraries

I have done mistake to call Twilio.addEventListener (), its need Twilio.addEventListener ('type of event', 'call a event hadler'),

for example

Twilio.addEventListener('deviceDidReceiveIncoming', this._deviceDidReceiveIncoming);
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!