react-native-sms
react-native-sms copied to clipboard
How we can send sms Directly from React Native App??
,When I call SendSMS.send() it opens android sms app
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 :)
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. here is the link you can see example []https://aboutreact.com/send-text-sms-in-react-native/
you can use this library react-native-send-direct-sms use this library you can send sms Directly from React Native App