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

Due to jcenter shutdown, it will be great if you could change the dependency

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...

Hi i take a picture with react-native-image-picker and i want send the uri from the image but only get this error: ![279263499_2194127754083366_3143036608929144228_n](https://user-images.githubusercontent.com/51244465/167003215-3a706bdb-97f6-4492-a35f-95658b40b8f5.jpg) I have tried to do it like 'data:image/png;base64,'...

Providing a remote URL for image attachment works fine on iOS, but fails to attach an image on Android. I am attempting to use react-native-fetch-blob to download the image first,...

I am trying to use this package on a react-native firebase app. I followed the steps of installing and linking but can't find out how to link properly. When I...

Fix the following warning during Android build : ``` warn The following packages use deprecated "rnpm" config that will stop working from next release: - react-native-sms: https://github.com/tkporter/react-native-sms Please notify their...

Here is my code SendSMS.send( { // Message body body: shareUrl, // Recipients Number // recipients: [], // An array of types // "completed" response when using android // successTypes:...

Hi @tkporter Thank you for your awesome package. I'm able to integrate your package to my RN-app. But I'm facing an issue while checking the callback function, it always return...