react-native-receive-sharing-intent
react-native-receive-sharing-intent copied to clipboard
React Navigation is not working.
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
Facing Same Issue
Hii @developerfullstack12 ,
Have you find any solution?