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

📮 Send a email using the Linking API

Results 4 react-native-email issues
Sort by recently updated
recently updated
newest added

Is that possible to add a line break in the email body? If yes, how can I do this?

question

Hello, it's possible to attach and image? Thanks!

help wanted
question

i have images that are shown in the app and i want to send these images to email account

Referring to the previous discussion in https://github.com/tiaanduplessis/react-native-email/issues/9. The doc asks developers to add the following in `AndroidManifest.xml` ```xml ``` However, it seems @demeralde's reply in the original Issue is correct,...