-
Notifications
You must be signed in to change notification settings - Fork 101
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
How we can send sms Directly from React Native App?? #92
Comments
Hey! Do you mean to send an SMS directly without opening the SMS app? There was a PR that was opened for this ages ago that was intentionally never merged. I'd be open to merging a PR that revives the effort :) |
Hi @tkporter thanks and I wrote native module for sending sms directly Thanks |
We have to write native module to send SMS directly from the react native app using SIM. |
you can use this library react-native-send-direct-sms use this library you can send sms Directly from React Native App |
,When I call SendSMS.send() it opens android sms app
The text was updated successfully, but these errors were encountered: