Implement deep linking in React Native apps using Universal links and URL schema

preview_player
Показать описание
Implementing deep linking is an important part of building an app with a good user experience, it can allow you to launch your app from other apps, open links in the app instead of browser for a better experience, etc.

There are two ways to implement deep linking, one is called "Universal links" in iOS or "App links" in Android, and the other type is called URL schema. Based on your use case you can choose to implement both or one of them.

In this video tutorial, I will show you how to implement deep linking in both iOS and Android using both methods.

You can find all relevant links in the readme file of the above Github repo.

Рекомендации по теме
Комментарии
Автор

Great work Saad Ibrahim, this is very helpful and more clear then the official documentation.

shaunlewis
Автор

I'm halfway into this video, but can't wait to finish before commenting... thanks for been thorough with the video

olusolaoyinloye
Автор

I love this video so much. I come back to it whenever I have issues and it always helps, both for react native and flutter. Great job

heytpe
Автор

Subscribed just because this video finally solved my issue with android linking

vishalchaudhary
Автор

Great job brother. All explained very well in depth.  ❤‍🔥🔥Thank you

techlearners
Автор

Now i have a go to video every time i have to deal with linking... I hate reading. :)

UsmanAli-oxmn
Автор

Thank you sooo much for this wonderful easy peasy Your video literally saved my day😊🙏

ayush_katuwal
Автор

Awesome video. Really helped a lot. Thanks!

dileepnagendra
Автор

Sir, amazing video which helped a great deal in setting this up. Well done

ClearCutCoding
Автор

Great Tutorial, Saad bhai.
I've question.
I've different Stack pages for different tab. Whenever I implement Linking, it's mess up with other routing and also it's won't go deeper. It's only open the APP and not go deeper.
can you please help me you out?
Thanks/

umernasar
Автор

if app not installed, link open web url but not redirect to app store/ apple store. What should i do?

hoangphamhuy
Автор

How to detect the dynamic link when the app is open using class component?

bontigogoi
Автор

Can't we do like open link in chrome browser and open android app just same as iOS?

MeetPatel-opme
Автор

Thanks for tutorial.
I am having issue with adding the linking prefixes on a react Nativation v4. rather than on react Navigation v5
Question can be found on 9:00 of the video timeline.

I await your response

okechukwu
Автор

What if we don't have website? Like you have opened in iOS, How can we do like in android?

mugheesbutt
Автор

chrome not working for android and iOS :(((

phuocantd
Автор

thank you so much, you're a lifesaver.

rz_akbar
Автор

Sir what are the code you have wite inside Root navigation fie which you have to import

pradeeptomer
Автор

how to create link which opens app if app is there else open link in browser if app not available?

EPG-jd
Автор

If the app is in background with Screen A, and if i try to hit the url which should navigate to Screen B, when the app comes foreground with this Deep/Universal Linking, it still on Screen A.

sunilmlohar