react-native-email
react-native-email copied to clipboard
📮 Send a email using the Linking API
Is that possible to add a line break in the email body? If yes, how can I do this?
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,...