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

Send SMS in Android without opening a messaging app

Open auval opened this issue 7 years ago • 4 comments

I've added a new prop to enable sending sms in Android without opening a messaging app. The change is backward compatible (when not setting the prop to true, there is not change from current flow).

auval avatar Feb 14 '18 08:02 auval

Here's an example project that uses my pull request: https://github.com/auval/react-native-sms-contacts

auval avatar Feb 14 '18 08:02 auval

Please DO NOT merge this. Google store has changed its policy and normal apps are not allowed to send sms in the background but to forward the sms sending to a SMS/Communication type Application

Refer to docs https://support.google.com/googleplay/android-developer/answer/9047303?hl=en

chuyeoh avatar Nov 11 '19 00:11 chuyeoh

This PR is useful and direct send is optional. that means if somebody doesn't need those feature can, don't use!

c0mm4nDer avatar Jul 20 '22 16:07 c0mm4nDer

Using this application we can Send SMS in Android without opening a messaging app react-native-send-direct-sms

Kajanan02 avatar Sep 12 '23 17:09 Kajanan02