-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send a SMS Message #8
Comments
@rorpage I have been searching but haven't seen any libraries that would allow us to send a message without opening the native message app on the phone. Have you seen any yet? If not, maybe we just roll with the current approach for this release and maybe find/build a native component solution in the future. |
@jacob-briscoe It doesn't appear so for iOS, and you can with Android using something like this: https://github.com/yeyintkoko/react-native-sms-x I made an app once that does something similar that I can share with you, but I really wonder if we should just have it open the SMS app for now? Here's a blog post that would allow us to register an Android module to do it: https://medium.com/@fatemefazli.bv/sending-direct-sms-in-react-native-android-d902d6bf1f04 |
Yeah, I think it makes sense to move forward with it as it is today. Its not terrible. |
Using the SMS api, send a text message to a contact.
The text was updated successfully, but these errors were encountered: