react-native-sms
react-native-sms copied to clipboard
SMS composer with callbacks for iOS and Android
Can someone merge the pull request? Would be nice you have those pull request features/fixes. Thanks, Adri
Opening the sms intent actually does not require that the app have sms permissions. However, this will not break previous usages of the app due to default param.
Hey I get package com.tkporter.sendsms does not exist when trying to follow your example Could you please help me with that?
Some devices doesn't like the recipientString ending with '; ' or ', '
I've got this error: ```jsx Fatal Exception: java.lang.SecurityException: Permission Denial: reading com.android.providers.telephony.SmsProvider uri content://sms/ from pid=23329, uid=10322 requires android.permission.READ_SMS, or grantUriPermission() at android.os.Parcel.readException(Parcel.java:1620) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135) at android.content.ContentProviderProxy.query(ContentProviderNative.java:421) at...
Hello, When running in `releaseMode` on real Android devices (tested on HTC one, samsung galaxy s7, samsung galaxy s5) the app crashes at the moment we run `SendSMS.send`. When connecting...
Hi. i use this code: SendSMS.send({ body: this.state.activateCode, recipients: ["+44..."], successTypes: ['sent', 'queued'] }, (completed, cancelled, error) => { if (completed) { } else { } }); and open default...
Hello got some strange behaviour when trying to send sms via android without defining at least one phone number in "recipients" folder: it provides android recipient choosing page and when...
When sending, recipient list always ends with a comma, which makes the messages app say the wrong # of recipients (+1). There shouldn't be a delimiter at the end of...
The user sees a text message screen for the first msg -- hits send, but doesn't see a second screen.