react-native-send-intent
react-native-send-intent copied to clipboard
More than 1 file on openChooserWithOptions
Hi, again!
Is there a way to attach more than 1 file and share they on SendIntentAndroid.openChooserWithOptions?
Like this:
SendIntentAndroid.openChooserWithOptions({
subject: 'Video Title',
videoUrl: { '/path_or_url/to/video1.mp4', '/path_or_url/to/video2.mp4' }
}, 'Share two videos to')
Ok, I made an PR #66 to work with this possibility.