Full Stack Developer
Full Stack Developer

i used same code as you described.
Same issue on Xcode 10.1
I am facing the same issue. I can't see the extension on iOS
@agudeluca I found solutions. here is my code. ```handleEmail = path => { Mailer.mail ( { subject: 'need help', recipients: [''], ccRecipients: [''], bccRecipients: [''], body: 'Here is body', isHTML:...