ajith-ab / react-native-receive-sharing-intent

A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app
MIT License
305 stars 109 forks source link

iOS share intent comes twice #43

Open IbrahimCanKALYA opened 3 years ago

IbrahimCanKALYA commented 3 years ago

"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) => {
      ......
      ReceiveSharingIntent.clearReceivedFiles();
    },
    (error) => {
      console.log(error);
    });
nschild commented 3 years ago

I am seeing this too.

zgordon02 commented 2 years ago

I've noticed this happens when the app is launched from the share (app not open in the background).

Has anyone found a solution?

climsaroj commented 1 year ago

I've noticed this happens when the app is launched from the share (app not open in the background).

Has anyone found a solution?

Is anyone find this solutions? It's happen when app is not open in the background.

fukemy commented 10 months ago

any solution?