Rian Rabelo

Results 1 issues of Rian Rabelo

`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...