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

SMS composer with callbacks for iOS and Android

Results 51 react-native-sms issues
Sort by recently updated
recently updated
newest added

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

After successfully sending an sms, I'm currently not being automatically redirected to my app. For that, I have to push the back button. Surely this is something that should be...

Do you think you could add a feature to add hyperlinks to a drafted message? Thanks, Sidharth

Hi all, Is there an option to force the use of SMS and disable MMS while composing the message? My particular issue is that when creating a message to a...

I am not getting the success callback even I sent the SMS to the selected recipient. Every time I am getting a canceled callback. Here's my code -- ``` requestSMSPermission...

With Google's new restrictions on sms/call log permissions, how do you recommend filling out the permissions declaration form when submitting your new APK to use react-native-sms.

I'm using React Native v0.63.2, TypeScript v4.0.2, react-native-sms v1.11.0 When I want to call this method with `AndroidSuccessTypes` for `successTypes`, it gives runtime error: `import SendSMS, { AndroidSuccessTypes } from...

when i called the send this error occurs ![image](https://user-images.githubusercontent.com/27723951/29867673-19ecb0d4-8d9e-11e7-9cbd-0e2672a3acc1.png)

Latest Xcode 12 fails to build while without a module to depend on `React-Core` directly instead of `React`. This change requires React Native 0.60.2 or newer. For more details please...

This code goes through all apps that correspond to given intent and gives them read access to attachment. Without this error will pop up on many devices ``` E/AndroidRuntime: FATAL...