react-native-mail
react-native-mail copied to clipboard
Android FileProvider Multiple Attachments
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.
@timscott Please let me know if this works for you!