#2 Deep Linking With React Navigation | Expo Deep Linking Series

  Рет қаралды 40,650

Unsure Programmer

Unsure Programmer

Күн бұрын

Пікірлер: 40
@swaroopreddy-m2m
@swaroopreddy-m2m 11 ай бұрын
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.
@mulwelimushiana8388
@mulwelimushiana8388 3 жыл бұрын
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 ❤
@raphaelkasen8485
@raphaelkasen8485 3 жыл бұрын
i know it is kinda randomly asking but does anybody know a good site to watch newly released tv shows online ?
@raphaelkasen8485
@raphaelkasen8485 3 жыл бұрын
@Matteo Brayden Thanks, I signed up and it seems like a nice service :) Appreciate it!!
@matteobrayden6843
@matteobrayden6843 3 жыл бұрын
@Raphael Kasen Glad I could help xD
@timothymorales3551
@timothymorales3551 2 жыл бұрын
You're a life saver! I greatly appreciate you taking the time to make such a clear and concise video. Thank you so much
@thebravehouseNYC
@thebravehouseNYC 3 жыл бұрын
Thank you for this! Worked like a charm! Was really clear to follow & know you spent a lot of time putting this together - appreciated.
@geekthegeek730
@geekthegeek730 3 жыл бұрын
Best tutorials on youtube. You are making all the advance videos. Thank you so much
@santoriggio4945
@santoriggio4945 Жыл бұрын
Thank you, this is the solution that I was searching
@a2515
@a2515 Жыл бұрын
this guy knows so much stuff omg
@weneedsenses
@weneedsenses 10 ай бұрын
if useEffect is running once and data is initially set to null, is it necessary to check if (!data) ?
@ashikhp1675
@ashikhp1675 3 жыл бұрын
does it works on standalone build apk (android) ?
@kesterbelgrove818
@kesterbelgrove818 3 жыл бұрын
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???
@TechnoPhileVarunvaru
@TechnoPhileVarunvaru 11 ай бұрын
Great tut dude... keep it up
@majormfr8646
@majormfr8646 2 жыл бұрын
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
@TheLonare
@TheLonare 3 жыл бұрын
Deep linking does not work in android
@denisgoncearuc7167
@denisgoncearuc7167 3 жыл бұрын
Yes, have same issue
@wanjohi
@wanjohi 3 жыл бұрын
I just want to know what vscode extensions you use.
@onkartelange8812
@onkartelange8812 3 жыл бұрын
Saved a lot of time thanks man!
@akhr0
@akhr0 3 жыл бұрын
Thank you so much, your video is simply perfect !!
@mohdsajidshaikh4291
@mohdsajidshaikh4291 3 жыл бұрын
Thanks for sharing back to back video
@geekthegeek730
@geekthegeek730 3 жыл бұрын
Could you make a video on Expo 42 with native code support ?
@adedolaposokoya9259
@adedolaposokoya9259 2 жыл бұрын
how do you acheive this from a browser or from my website
@vanns3592
@vanns3592 3 жыл бұрын
Can you share some important vs extension for react native? specially for error handling..
@ruidashen7231
@ruidashen7231 3 жыл бұрын
Thank you, subscribed
@yorforger3476
@yorforger3476 2 жыл бұрын
What is your VSCode theme?
@marcusmelodious277
@marcusmelodious277 3 жыл бұрын
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.
@geekthegeek730
@geekthegeek730 3 жыл бұрын
expo 42 sdk supports native code compile
@kakashisensei5623
@kakashisensei5623 3 жыл бұрын
thanks from france bro
@mohdsajidshaikh4291
@mohdsajidshaikh4291 3 жыл бұрын
Can you please share how to make truecaller like overlay on other apps in react native. There is one package but no docs
@nileshtiwari244
@nileshtiwari244 2 жыл бұрын
try using modal, they work like a charm
@SE_Sachin_Siddhartha
@SE_Sachin_Siddhartha 2 ай бұрын
sir how to pass and get parameters
@bhajian
@bhajian Жыл бұрын
Thanks for the video. It was great. could you remove the background music for the videos? They make any video hard to listen to.
@viralchudasama3624
@viralchudasama3624 3 жыл бұрын
Hi sir, I request you, please create video on react native map navigation like google map if possible please sir Thank you 😊
@ajiehatajie
@ajiehatajie 3 жыл бұрын
Pertamax and amazing
@estebanchornet6303
@estebanchornet6303 3 жыл бұрын
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.
@pontusdevelopment9284
@pontusdevelopment9284 3 жыл бұрын
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 :)
@JH4eva
@JH4eva 3 жыл бұрын
Hi, Esteban. Did you found a way to do this?
@hernangarcia77
@hernangarcia77 2 жыл бұрын
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?
@fatmamahmoud766
@fatmamahmoud766 2 жыл бұрын
me too
#1 Intro to Deep Linking | Expo Deep linking Series
12:57
Unsure Programmer
Рет қаралды 31 М.
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
React-Native Server Components! Change Your Native UI From Your Server!
14:38
React Native just dropped a MASSIVE update
15:06
Mehul - Codedamn
Рет қаралды 73 М.
Expo Go & Development Builds: Which should you use?
21:37
DeepLinking and Touchable Opacity in React Native
16:22
Hitesh Choudhary
Рет қаралды 50 М.
Auth deep linking in Expo React Native
24:06
Supabase
Рет қаралды 19 М.
React Native Social Share Tutorial
10:56
Pradip Debnath
Рет қаралды 56 М.
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН