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

React Navigation is not working.

Open ranjitAcelucid opened this issue 2 years ago • 2 comments

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); navigation.navigate('DescerptionScreen', { file: files[0] }); // setFile({}); }, (error: any) => { // console.log('error==>', error); }, // share url protocol (must be unique to your app, suggest using your apple bundle id) ); // console.log('data'); }, []);

On above code, React Navigation is not working when we successfully receive intent from other app. please help

Thanks

ranjitAcelucid avatar Sep 20 '23 11:09 ranjitAcelucid

Facing Same Issue

developerfullstack12 avatar Nov 07 '23 07:11 developerfullstack12

Hii @developerfullstack12 ,

Have you find any solution?

ranjitAcelucid avatar Nov 16 '23 07:11 ranjitAcelucid