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

openFileChooser with http url not working

Open bharatidudhrejiya opened this issue 5 years ago • 0 comments

I am trying to use openFileChooser to open image with image options, but it is not working. here is my code SendIntentAndroid.openFileChooser( { subject: "File subject", fileUrl: "https://homepages.cae.wisc.edu/~ece533/images/airplane.png", type: "image/png", }, "Open file with:" );

I have tried many things but none of them working Any type of help appreciate Thanks

bharatidudhrejiya avatar Nov 07 '20 08:11 bharatidudhrejiya