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

iOS share intent comes twice

Open IbrahimCanKALYA opened this issue 4 years ago • 4 comments

"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);
    });

IbrahimCanKALYA avatar Nov 20 '20 15:11 IbrahimCanKALYA

I am seeing this too.

nschild avatar Dec 11 '20 16:12 nschild

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

Has anyone found a solution?

zgordon02 avatar Apr 25 '22 20:04 zgordon02

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.

climsaroj avatar Feb 14 '23 08:02 climsaroj

any solution?

fukemy avatar Dec 28 '23 01:12 fukemy