react-native-receive-sharing-intent icon indicating copy to clipboard operation
react-native-receive-sharing-intent copied to clipboard

A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app

Results 105 react-native-receive-sharing-intent issues
Sort by recently updated
recently updated
newest added

I'm trying to build an application that will receive shared Excel files using react native. I have used this **"react-native-receive-sharing-intent"** to receive files but every time I get the below...

"react-native": "0.62.2", "react-native-receive-sharing-intent": "1.0.4", only on iOS i'am facing with this issue. Not all the time but frequently share intent comes twice. You can see my usage below: ``` ReceiveSharingIntent.getReceivedFiles((files)...

useEffect(() => { ReceiveSharingIntent.getReceivedFiles( (data: any) => { console.log("received data", data); }, (err: any) => { console.log("err", err); }, ShareMedia, ); return () => { ReceiveSharingIntent.clearReceivedFiles(); }; }, []); Initially,...

if I close app with BackHandler.exitApp() and agin open app or directly go with native share it not working I need to clear once from task manager after that it's...

I added the few steps in the https://ajith-ab.github.io/react-native-receive-sharing-intent/docs/intro to My EXPO app. App builds. but I cant seem to get my Expo app nor Expo GO to appear in the...

1.) iOS has been unusable since 2022 with no signs of improvement or even whispers of working towards a solution. 2.) As of xCode 14.3 I believe this package is...

No idea why it stopped working. I have implemented several times but this time in android working as expected but not in IOS not even any simulator. If anyone already...

Hii @ajith-ab and @all, Please Help, I am stuck on a point. useEffect(() => { // To get All Recived Urls ReceiveSharingIntent.getReceivedFiles( (files: any) => { // setFile(files[0]); console.log('fileDesc======>>>>>', files);...

Hii @ajith-ab and @all > Could not create task ':react-native-receive-sharing-intent:compileDebugAndroidTestKotlin'. > Cannot use @TaskAction annotation on method AbstractKotlinCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method....