react-native-receive-sharing-intent
react-native-receive-sharing-intent copied to clipboard
iOS share intent comes twice
"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);
});
I am seeing this too.
I've noticed this happens when the app is launched from the share (app not open in the background).
Has anyone found a solution?
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.
any solution?