我正在使用react-native-send-intent库以默认选项打开图像,但它不起作用,这是我的代码
SendIntentAndroid.openFileChooser(
{
subject: "File subject",
fileUrl: "https://homepages.cae.wisc.edu/~ece533/images/airplane.png",
type: "image/png",
},
"Open file with:"
);
任何人都知道如何使用这个库。谢谢