react-native-sms icon indicating copy to clipboard operation
react-native-sms copied to clipboard

How we can send sms Directly from React Native App??

Open ZaidQ797 opened this issue 4 years ago • 4 comments

,When I call SendSMS.send() it opens android sms app

ZaidQ797 avatar Jan 01 '21 12:01 ZaidQ797

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 :)

tkporter avatar Jun 14 '21 02:06 tkporter

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

ZaidQ797 avatar Jun 17 '21 04:06 ZaidQ797

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/

ZaidQ797 avatar Sep 28 '21 10:09 ZaidQ797

you can use this library react-native-send-direct-sms use this library you can send sms Directly from React Native App

Kajanan02 avatar Sep 22 '23 18:09 Kajanan02