Skip to content
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

Open
jacob-briscoe opened this issue Oct 6, 2021 · 3 comments
Open

Send a SMS Message #8

jacob-briscoe opened this issue Oct 6, 2021 · 3 comments

Comments

@jacob-briscoe
Copy link
Collaborator

Using the SMS api, send a text message to a contact.

@jacob-briscoe
Copy link
Collaborator Author

jacob-briscoe commented Oct 12, 2021

@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.

@rorpage
Copy link
Member

rorpage commented Oct 12, 2021

@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

@jacob-briscoe
Copy link
Collaborator Author

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?

Yeah, I think it makes sense to move forward with it as it is today. Its not terrible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants