react-native-send-intent
react-native-send-intent copied to clipboard
openFileChooser with http url not working
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