We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Facing Same Issue
Sorry, something went wrong.
Hii @developerfullstack12 ,
Have you find any solution?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: