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

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

Results 55 react-native-send-intent issues
Sort by recently updated
recently updated
newest added

@lucasferreira: It would be great to have `SendIntentAndroid.openCamera()` intent return a promise with the image/ video url, similar to `SendIntentAndroid.isAppInstallaed()`

I am not able to pass package name I dont know how to pass this in openSettings()

Hello, I get an error when I want to open the File Picker. I'm missing something? react-native : 0.61.5

# Usage ## Basic usage ``` SendIntent.openFilePicker({ type:"*/*", title:"Choose file", multiple:false },(e)=>{ console.log(JSON.parse(e)) }); ``` ## Picker the specified type file, eg:".PDF" ``` SendIntent.openFilePicker({type:"application/pdf"},(e)=>{ console.log(JSON.parse(e)) }); ``` ## Multiple File...

IS: `const openApp: (packageName: string, extras: { [index: string]: string }) => void` SHOULD: `const openApp: (packageName: string, extras: { [index: string]: string }) => Promise` See [PR](https://github.com/lucasferreira/react-native-send-intent/pull/129)

hello after i call phone with SendIntentAndroid.sendPhoneCall method,i want to call end in my app with intent,how do i do?

Hi, this is actually not a issue, is there a way to send different Uri based on user chice for Maps APP? Default Uri is `"google.navigation:q="+query+"&mode="+mode`, but is possible to...

Execution failed for task ':RNSendIntentModule:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details.

i want to open link in (Advenced download manager), what i want is to make like in pic open dialog with those app provided by (Advenced download manager) there a...

I want send setas intent for set selected images to wallpaper