You might have missed setting up on iOS. Please read the "Setup of iOS" section properly and let me know if that works. reactnavigation.org/docs/deep-linking/
I have on question, we open the app using uri commands but in reality, if the user clicks on the link user get navigated to our app, but clicking on link doesn't work. I tried it by take the link and paste it in the browser, it doesn't launch the app!
I don't think pasting URL directly in the browser will work. Because when we click on a link it gives us two options - 1. With brower 2. With app So clicking is better option. For example - Send that link in whatsapp or some messaging app to youself then click on it.
How to handle the linking with validation , Like if user is not login the it will be in AuthPage and when he logged in it will navigate that perticular screen , How i achive that
I think you should do a token validation on every screen you want to make accessible only when a user is logged in. Example - Redirect to PARTICULAR screen but log him out or redirect back to AuthPage as the screen mounts(after validating the token). As of now, I can't comeup with something that redirects and validates in one go but as soon as I do...I will let you know. Thanks for watching :)
great work but i have a little bit question here i don't want to open link via command i have to share link and then open link which are shared in url but issue here not share the custom generated link shared as a text can you guide me ..??
Command is being used as an alternative of clicking a link. In reality(on a real device) it’ll work by clicking the url that you’ll decide and you can send a text as well along with the link. I would prefer reading the docs.
hello , can we openede application when it was opened and send to background.so i want to open the application after 3 second when it was send to background? it is possible
Didn’t quite get your question but I think you’re asking if we can open the application 3 seconds later after clicking on the link…if that’s the question then the answer is no because application opens up as soon as we click on the link.
I've never tried this but if I will, I will post the video of that. Till then have a look at this, hope this will help - stackoverflow.com/a/56544182/19932537
Keep going 👍🏻
Thank you, I will try my best!
This helped me so much, thank you
Glad it helped. Thanks for watching.
Hi, for me if my application is running in background, it,s not working on ios
You might have missed setting up on iOS. Please read the "Setup of iOS" section properly and let me know if that works.
reactnavigation.org/docs/deep-linking/
I have on question, we open the app using uri commands but in reality, if the user clicks on the link user get navigated to our app, but clicking on link doesn't work. I tried it by take the link and paste it in the browser, it doesn't launch the app!
I don't think pasting URL directly in the browser will work. Because when we click on a link it gives us two options -
1. With brower
2. With app
So clicking is better option. For example - Send that link in whatsapp or some messaging app to youself then click on it.
@@VenomKage Thank you bro
How to handle the linking with validation , Like if user is not login the it will be in AuthPage and when he logged in it will navigate that perticular screen , How i achive that
I think you should do a token validation on every screen you want to make accessible only when a user is logged in. Example - Redirect to PARTICULAR screen but log him out or redirect back to AuthPage as the screen mounts(after validating the token). As of now, I can't comeup with something that redirects and validates in one go but as soon as I do...I will let you know.
Thanks for watching :)
great work
but i have a little bit question here i don't want to open link via command i have to share link and then open link which are shared in url but issue here not share the custom generated link shared as a text can you guide me ..??
Command is being used as an alternative of clicking a link. In reality(on a real device) it’ll work by clicking the url that you’ll decide and you can send a text as well along with the link. I would prefer reading the docs.
@@VenomKage yes I tried but not find any accurate results please guide me
@@bansiparmar3879 did you got the way of doing that, i am stuck too
Good content bro
Thanks brother
hello ,
can we openede application when it was opened and send to background.so i want to open the application after 3 second when it was send to background? it is possible
Didn’t quite get your question but I think you’re asking if we can open the application 3 seconds later after clicking on the link…if that’s the question then the answer is no because application opens up as soon as we click on the link.
🔥🔥🔥
what would the config be for nested navigators?
I've never tried this but if I will, I will post the video of that. Till then have a look at this, hope this will help - stackoverflow.com/a/56544182/19932537
please make it louder for the audience.
Sure, thanks for the suggestion.