react-native-send-intent icon indicating copy to clipboard operation
react-native-send-intent copied to clipboard

More than 1 file on openChooserWithOptions

Open gamoridev opened this issue 7 years ago • 1 comments

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')

gamoridev avatar Apr 16 '18 17:04 gamoridev

Ok, I made an PR #66 to work with this possibility.

gamoridev avatar Apr 16 '18 20:04 gamoridev