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

A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android

Results 84 react-native-mail issues
Sort by recently updated
recently updated
newest added

Promise rejection on Android Config: "react-native": "0.48.4", "react-native-mail": "^3.0.5",

`yarn add react-native-mail` `react-native link` `Unhandled JS Exception: Mailer.mail is not a function. (In 'Mailer.mail', 'Mailer.mail' is undefined)` ``` Environment: OS: macOS Sierra 10.12.6 Node: 8.9.1 Yarn: 1.3.2 npm: 5.5.1...

Can not add libRNMail.a to Link Binary with Libraries, it's marked as red and stay in Recovered Reference.

May you please add screenshots (ideally GIF) of this in action in repo? That's the first thing a lot of RN package searchers do. There are so many packages its...

The [react-native-image-picker](https://github.com/react-community/react-native-image-picker) library doesn't return the filePath URI that [react-native-mail](https://github.com/chirag04/react-native-mail) expects as the path to the attachment. ## For example, right now you expect // Android /storage/emulated/0/DCIM/Camera/IMG_20171102_11304344.jpg // iOS /Users/anton/Library/Developer/CoreSimulator/Devices/9A15F203-9A58-41C5-A4FC-EA25FAAE92BD/data/Containers/Data/Application/79FF93F9-BA89-4F4C-8809-277BEECD447D/Documents/EFFF0ECE-4063-4FE5-984E-E76506788350.jpg...

When i call the function it shows Unsupported Action This action is not currently supported Can anybody help me ! How can i fix it ? Thanks in advance

https://github.com/chirag04/react-native-mail/pull/65 It affects lots of user and I was forced to fork your latest to apply the fix. Thanks!

Currently we can only specify one attachment per email. It would be very useful to have the ability to add more than one attachment in the same email.

Hello, when i tried to run my app that uses module RNMail, i got error. I logged it and it shows me in console 'not available' I use RN 0.39.2...

When sending mail with attachment correct action is `ACTION_SEND`, with current solution many email clients are ignroing the attachment. Also I've added `chooserLabel` option so people can specify their own...