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:"
);
誰でもこのライブラリの使用方法を知っています。ありがとう