Skip to content
New issue

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

React Navigation is not working. #176

Open
ranjitAcelucid opened this issue Sep 20, 2023 · 2 comments
Open

React Navigation is not working. #176

ranjitAcelucid opened this issue Sep 20, 2023 · 2 comments

Comments

@ranjitAcelucid
Copy link

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

@developerfullstack12
Copy link

Facing Same Issue

@ranjitAcelucid
Copy link
Author

Hii @developerfullstack12 ,

Have you find any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants