rogchap / react-native-twilio

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

Does this support SMS? #9

Closed jojonarte closed 8 years ago

jojonarte commented 8 years ago

Do we have any unexposed SMS feature yet in this?

fabriziomoscon commented 8 years ago

Hi there, sending and receiving SMS are server features. this library implements the client feature of making calls from Android and iOS.

You will need to implement SMS features in your server.