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

I need to hide the icon for one of my apps and in order to do that I use LEANBACK_LAUNCHER. If I use LAUNCHER the app is found and SendIntentAndroid.isAppInstalled...

Hello! This library is very helpful, but I wish there could be another way to open an app. Currently the openApp implementation takes a package name and some extras. It...

Hi! Im getting an error when i try to invoke any SendIntentAndroid function ![image](https://user-images.githubusercontent.com/18151591/56935920-a5da5c80-6aca-11e9-9768-6176b7e7ff2f.png) This happens with any funtion, i cant understand what im doing bad. Im Just copying the...

Is there a web browser intent that can be sent through this library? EDIT: Also is there a way to fire custom intents? Like I want to open my launcher....

Hi, gj by the way! I need to call to a number without exiting my app and if I use `SendIntentAndroid.sendPhoneCall('+55 48 9999-9999');` it shows up the phone dial, and...

I don't know what happened when I called open map or openMapsWithRoute method now. eg: when call the methods but no map application provided, will do noting now.

Android allows developers to open an app's settings menu directly via an Intent. This can be useful if a user has declined a permission and the dev. wants to deep...

I have seen `openChooserWithMultipleOptions` and I want to share pdf files. Is there any way I can do that?