alinz / react-native-share-extension

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

Support New Google Photos API & MMS #106

Closed AndrewHenderson closed 6 years ago

AndrewHenderson commented 6 years ago

1) Supports the new Google Photos use of "com.google.android.apps.photos.contentprovider".

2) Supports MMS format.

3) Supports displaying remote files by creating a copy of the file locally and storing it using a unique id.

This code is a modified version of https://gist.github.com/ZeroBrain/b93a1cbd889b672e8b06.

AndrewHenderson commented 6 years ago

@alinz Any thoughts on this PR?