rogchap / react-native-twilio

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

init with actual token #1

Closed gibo closed 8 years ago

gibo commented 8 years ago

I wanted a method to init twilio with a token that i had already retrieved.

Twilio.initWithToken('sometoken');
rogchap commented 8 years ago

Thanks, seems straight forward enough. Sorry for the delay (currently on my honeymoon!), will merge and add to an npm release, as soon as I get back.