react-native-communications
react-native-communications copied to clipboard
Open a web address or call, email, text or iMessage (iOS only) someone in React Native
Call Issue: https://stackoverflow.com/questions/68659088/intent-action-dial-does-not-function-in-android-11/68659891#68659891 Text Issue: https://stackoverflow.com/questions/64647782/intent-for-sending-text-messages-no-longer-working-on-android-11
Hi rnc! I just received this warning on my Sentry logs: ```sh openURL error Error: Unable to open URL: mailto:feedback%40mydomain.nl?subject=Hello%20world ``` From a iPhone SE on iOS 14.0.1. That's all...
Can't manage to make the package work with the new ios version 15.4.1 will add the specific log when i get home
When sending an email message and making the body - ```'Stuff here. \n Stuff here.'``` - iOS now converts the \n to`````` text and shows it in the email. So...
i need to send sms programmatically to android app using react native how can i send sms this library navigate to sms and then message will sent i need to...
#49 Add multiple phone number support to text messages
How do you create a line break in an email body, so that it works on all devices? Most of the times `\n` is working, but on a new Android...
hi, I used this package and all is Ok, but when i open webpage and after that press back button android simulator, it will be back to the app. also...
Using Android API 27. `Communications.text(phone, 'Hello');` This line only brings up Android text message with phone number pre filled, however, the body of the text is being ignored.