lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
418 stars 159 forks source link

File Chooser dont working #142

Open riansco14 opened 3 years ago

riansco14 commented 3 years ago

`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