I can't thank you enough. You walked through it step by step, and clarified everything that was confusing for a beginner. You are amazing, and thanks so much for this.
I tried to do deep linking on my expo project a few weeks ago with react-navigation 5, needless to say, I ended up giving up because the documentation sucks for beginners and there aren't any good tutorials out there. You are God sent man, thank you for this ❤
Hi, when are you going to do a more recent react native build an app clone like the one you did for airbnb and the others? Do you have any plans of doing this? I hope you do, since most of the dependencies you had in older ones are outdated and depricated now. Please???
Really great video I also commented on firs part of it It is returning parameters now but the thing is after i publish the expo app It isn't even opening the browser
Hey Varun, is there a way to perform video compression without ejecting from expo? After the user records a video, perform compression on a background thread or the main JS thread. Or an npm module that can help with this? There are no resources online for this. Also, your videos are great mate. You've a very calming voice. Have a great day.
So what if we want to open the app from a given url? Like: example.com/register, if my app is installed, I want it to open from the app instead of the web browser...How do you get that work? Because I want to send a callback URL to a user's email once it registers, and that link can be accessible through web browser & app.
Hey! Maybe you've already found the solution - in that case maybe this will help someone else scrolling through the comments. On iOS the solution to your problem is called Universal Links, and on Android it's called Deep Link(not the same as the one in the video) If you're running the app in Expo, you can go to docs.expo.io/guides/linking/?redirected#universaldeep-links-without-a-custom-scheme to find out more. Essentially, you're including the link to your web server (example.com), which is called the associated domain - and on your server, you will include a json-file for iOS (called Apple App Site Association file), and one for Android (called Assetlinks file), which will be verified by the OS, and will launch your app right away if you have it installed. Once the registration is completed, you would have to send out an email from your server with whatever link you want to route into your app. Just remember to add the sub-route into the json-file(s) on your server. It's all documented in the link above. Hopefully this will be of help. Let me know if you have any questions :)
I can't thank you enough. You walked through it step by step, and clarified everything that was confusing for a beginner. You are amazing, and thanks so much for this.
I tried to do deep linking on my expo project a few weeks ago with react-navigation 5, needless to say, I ended up giving up because the documentation sucks for beginners and there aren't any good tutorials out there. You are God sent man, thank you for this ❤
i know it is kinda randomly asking but does anybody know a good site to watch newly released tv shows online ?
@Matteo Brayden Thanks, I signed up and it seems like a nice service :) Appreciate it!!
@Raphael Kasen Glad I could help xD
You're a life saver! I greatly appreciate you taking the time to make such a clear and concise video. Thank you so much
Best tutorials on youtube. You are making all the advance videos. Thank you so much
this guy knows so much stuff omg
Thank you for this! Worked like a charm! Was really clear to follow & know you spent a lot of time putting this together - appreciated.
Thank you, this is the solution that I was searching
Hi, when are you going to do a more recent react native build an app clone like the one you did for airbnb and the others? Do you have any plans of doing this? I hope you do, since most of the dependencies you had in older ones are outdated and depricated now. Please???
Really great video
I also commented on firs part of it
It is returning parameters now but the thing is after i publish the expo app
It isn't even opening the browser
if useEffect is running once and data is initially set to null, is it necessary to check if (!data) ?
Great tut dude... keep it up
Saved a lot of time thanks man!
Could you make a video on Expo 42 with native code support ?
does it works on standalone build apk (android) ?
Thanks for sharing back to back video
Thank you so much, your video is simply perfect !!
I just want to know what vscode extensions you use.
What is your VSCode theme?
Can you share some important vs extension for react native? specially for error handling..
how do you acheive this from a browser or from my website
Thank you, subscribed
sir how to pass and get parameters
Thanks for the video. It was great. could you remove the background music for the videos? They make any video hard to listen to.
Deep linking does not work in android
Yes, have same issue
thanks from france bro
Can you please share how to make truecaller like overlay on other apps in react native.
There is one package but no docs
try using modal, they work like a charm
Hi sir,
I request you, please create video on react native map navigation like google map if possible please sir
Thank you 😊
Hey Varun, is there a way to perform video compression without ejecting from expo? After the user records a video, perform compression on a background thread or the main JS thread. Or an npm module that can help with this? There are no resources online for this. Also, your videos are great mate. You've a very calming voice. Have a great day.
expo 42 sdk supports native code compile
Pertamax and amazing
So what if we want to open the app from a given url? Like: example.com/register, if my app is installed, I want it to open from the app instead of the web browser...How do you get that work? Because I want to send a callback URL to a user's email once it registers, and that link can be accessible through web browser & app.
Hey! Maybe you've already found the solution - in that case maybe this will help someone else scrolling through the comments.
On iOS the solution to your problem is called Universal Links, and on Android it's called Deep Link(not the same as the one in the video)
If you're running the app in Expo, you can go to docs.expo.io/guides/linking/?redirected#universaldeep-links-without-a-custom-scheme to find out more.
Essentially, you're including the link to your web server (example.com), which is called the associated domain - and on your server, you will include a json-file for iOS (called Apple App Site Association file), and one for Android (called Assetlinks file), which will be verified by the OS, and will launch your app right away if you have it installed. Once the registration is completed, you would have to send out an email from your server with whatever link you want to route into your app. Just remember to add the sub-route into the json-file(s) on your server. It's all documented in the link above.
Hopefully this will be of help. Let me know if you have any questions :)
Hi, Esteban. Did you found a way to do this?
in chrome android if you paste exp://xxx.xx.x.xxx:19000, "open the page in the client" is no an option, how work around this?
me too