react-native-send-intent
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
Is it possible to share multiple images to instagram feed ? there is no docs that tell we can share multiple images using `Intent.ACTION_SEND_MULTIPLE` i just need a clarity, sorry...
Hi, after i upgrade to targetSdkVersion 30 which to support Android 11, I unable to add my appointment to calendar in Android. Anyone here have idea and help for this...
`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...
How to handle the cancel event if user press cancel button while install the apk? Thanks
Hi! this library could be very helpful for me; I'll explain my use case: In my React Native app I want do something by calling an external app and passing...
Hope We Can Have ` Intent.ACTION_SET_WALLPAPER` In React Native. There are no modules out there with this functionality. I searched a lot on google but couldn't find any solution to...
I installed this library automatically and manually exactly as instructed but when I run it gives the following error: undefined is not an object (evaluating ‘_reactNativeSendIntent.SendINtentAndroid.sendPhoneCall’) Automatically link with: react-native...
I am trying to use openFileChooser to open image with image options, but it is not working. here is my code **SendIntentAndroid.openFileChooser( { subject: "File subject", fileUrl: "https://homepages.cae.wisc.edu/~ece533/images/airplane.png", type: "image/png",...
Hi my friend! It would be interesting to make the version for iOS too, I can share the knowledge to create the version for iOS and adapt to the one...
Hello, are you going to features relating to alarm/clock? For example setting an alarm. If you point me in the correct direction I can try to contribute