Expensify / react-native-share-menu

A module for React Native that adds your app to the share menu of the device
MIT License
660 stars 240 forks source link

iOS - Sharing multiple images/files #77

Open CptMaumau opened 4 years ago

CptMaumau commented 4 years ago

When I select multiples images/files on iOS I receive only the first one. Does this require extra configuration or is it a feature to be added in the library?

billkim84 commented 4 years ago

You need to change the max count of sharable items in info.plist

image

CptMaumau commented 4 years ago

@billkim84 I've tried this and still I receive only one file in the shared data.

scgough commented 3 years ago

Hmm, it looks like the component is coded to only share one thing at a time. I'm taking a look at it to see if it can easily be extended but if anyone else has more info to help that would be great

References:

raveracker commented 3 years ago

Is there any update on this multiple upload of files?

vstoyanoff commented 3 years ago

Heyy! Is there something new on this one? I hit the same limitation and wonder when it will be resolved. Thanks for the great library!

RZulfikri commented 3 years ago

@CptMaumau @scgough can you check my PR / branch.. thanks.

flogy commented 3 years ago

There are two PRs open for this by now. Would be great if one of them could be merged as there seems to be high demand. Is there anything that prevents a merge? I would offer helping out fixing any issues to push this forward. Thanks.

flogy commented 3 years ago

If you need this feature right now, check this: https://github.com/meedan/react-native-share-menu/pull/158