rogchap / react-native-twilio

A React Native wrapper for the Twilio mobile SDK
MIT License
92 stars 43 forks source link

App crashes on connect() #15

Closed robbiemoore closed 8 years ago

robbiemoore commented 8 years ago

Hey guys, when I call Twilio.connect({To: '+447842111281'}); the app crashes. Can someone please give an example of how to write a simple dail app using this for ios?

jigyasam commented 7 years ago

@robbiemoore Did you ever manage to resolve this? The app crashes on connect for me too, but the phone rings.

naviocean commented 7 years ago

same issue.

robbiemoore commented 7 years ago

Hey, I resorted to using VoxImplant. The react-native integration works really well.