How to do Linking and Deep Linking in React Native easily

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 24

  • @SO-xs6wu
    @SO-xs6wu 2 роки тому +6

    Keep going 👍🏻

    • @VenomKage
      @VenomKage  2 роки тому +1

      Thank you, I will try my best!

  • @ultrahardcorn
    @ultrahardcorn 10 місяців тому

    This helped me so much, thank you

    • @VenomKage
      @VenomKage  10 місяців тому

      Glad it helped. Thanks for watching.

  • @saireddy-tk
    @saireddy-tk Рік тому +1

    Hi, for me if my application is running in background, it,s not working on ios

    • @VenomKage
      @VenomKage  Рік тому

      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/

  • @kathir1188
    @kathir1188 6 місяців тому

    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!

    • @VenomKage
      @VenomKage  6 місяців тому +1

      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.

    • @kathir1188
      @kathir1188 6 місяців тому

      @@VenomKage Thank you bro

  • @VishuTesting
    @VishuTesting Рік тому

    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

    • @VenomKage
      @VenomKage  Рік тому

      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 :)

  • @bansiparmar3879
    @bansiparmar3879 Рік тому

    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 ..??

    • @VenomKage
      @VenomKage  Рік тому +1

      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.

    • @bansiparmar3879
      @bansiparmar3879 Рік тому

      @@VenomKage yes I tried but not find any accurate results please guide me

    • @mayankbankoti7254
      @mayankbankoti7254 Рік тому

      @@bansiparmar3879 did you got the way of doing that, i am stuck too

  • @vinaykumarkeerthipati
    @vinaykumarkeerthipati 2 роки тому +3

    Good content bro

  • @munawarmanzoor3741
    @munawarmanzoor3741 2 роки тому

    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

    • @VenomKage
      @VenomKage  2 роки тому

      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.

  • @hewr_srood
    @hewr_srood Рік тому +1

    🔥🔥🔥

  • @sethyates809
    @sethyates809 Рік тому

    what would the config be for nested navigators?

    • @VenomKage
      @VenomKage  Рік тому

      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

  • @rabikhan9787
    @rabikhan9787 2 роки тому +4

    please make it louder for the audience.

    • @VenomKage
      @VenomKage  2 роки тому

      Sure, thanks for the suggestion.