alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
765 stars 401 forks source link

support multi-images and content uri real path resolving #34

Open cbjs opened 7 years ago

cbjs commented 7 years ago
  1. add support for SEND_MULTIPLE

  2. add clear() ReactMethod

  3. support content:// uri. like content://com.android.chrome.FileProvider/images/screenshot/1491884783726318722338.jpg

AndrewHenderson commented 5 years ago

@cbjs Please coordinate with @markdaws to match behavior on iOS. Thanks!

AndrewHenderson commented 5 years ago

Please take a look at https://github.com/alinz/react-native-share-extension/pull/84 as well. Since that PR supports both platforms, it’s more likely we’ll merge that one.

You’ve got a good understanding of the issue, so a review and collaboration on that PR would be greatly appreciated.

yaseralimardany commented 5 years ago

Why the owner didn't merge this merge request?