You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only user-initiated sending of an SMS is supported. This means you can't use react-native-sms to send an SMS in the background-- this package displays the native SMS view (populated with any recipients/body you want), and gives a callback describing the status of the SMS (completed/cancelled/error). PRs are welcome!
Is there a particular reason for not doing it? I'm very new to this and thanks your time for answering!
The text was updated successfully, but these errors were encountered:
Hey! There’s a PR that does this for Android that’s been open for ages (#44) that I’ve been meaning to merge with some cleanup (particularly make sure that the permissions needed for that aren’t required)
As for iOS, Apple doesn’t allow background sms for security reasons :)
In the readme, there is a section describing
Is there a particular reason for not doing it? I'm very new to this and thanks your time for answering!
The text was updated successfully, but these errors were encountered: