alinz / react-native-share-extension

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

share an Image/files #142

Open lkrenaga opened 5 years ago

lkrenaga commented 5 years ago

Hi

I am able to add share-extension to my app.

When i try to share an url from browser I am getting promise object as follows. { _40: 0 _55: {value: "https://www.google.com/", type: "text/plain"} _65: 1 _72: null

}

But when i try to share image/file to share extension. I am always getting below promise object. { _40: 0 _55: {value: "file://null", type: "image/jpeg"} _65: 1 _72: null }

Can you let me know If i missed any ?

ajith-ab commented 4 years ago

use react-native-file-share-intent

garridio85 commented 2 years ago

Did you ever fix this issue?