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

Android FileProvider Multiple Attachments

Open adamski opened this issue 7 years ago • 1 comments

This PR adds multiple file attachments sending via the newer FileProvider API which is required from Android 8.0 and above. It should also work with lower versions; tested on 6.0.

For additional setup for Android file sharing, see https://developer.android.com/training/secure-file-sharing/setup-sharing It is expected that the android:authorities property is set to the app's package name with ".fileprovider" appended to the end.

adamski avatar Jun 08 '18 19:06 adamski

@timscott Please let me know if this works for you!

adamski avatar Jun 08 '18 19:06 adamski