I am using react-native-send-intent library to open image with default option 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:"
);
Any one has idea how to use this library. Thanks