react-native-send-intent icon indicating copy to clipboard operation
react-native-send-intent copied to clipboard

File Chooser dont working

Open riansco14 opened this issue 4 years ago • 0 comments

`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

riansco14 avatar Aug 23 '21 05:08 riansco14