react-native-send-intent
react-native-send-intent copied to clipboard
File Chooser dont working
`const asset = await MediaLibrary.createAssetAsync(imagemPath)
var SendIntentAndroid = require("react-native-send-intent");
await SendIntentAndroid.openFileChooser(
{
fileUrl: asset.uri
,
type: "image/jpg"
,
},
"Abra:"
);
`
The Intent opens apps, but dont load the file, image/jpg or application/pdf