Build complex layouts with Expo Router v2 and Expo SDK 49 | File Based Routing | React Native

  Рет қаралды 23,812

Code With Nomi

Code With Nomi

Күн бұрын

Hello everyone 👋, In this video you will learn about implementing any kind of layout with expo router v2 and using latest expo sdk 49, we will build stack/tabs navigations and very complex nested navigations. Build professions apps using expo router v2.
Github repo: github.com/sye...
Expo Router Installation: docs.expo.dev/...
Test Deep-linking: reactnavigatio...
Add TailwindCSS in React Native: • Add Tailwind CSS In Yo...
Add Navigation in React Native: • Food Delivery App with...
If you appreciate my work and you would like to support my channel: www.buymeacoff...
🚨 more videos on react native:
Food Recipe App : • 🔴 Build Food Recipe Ap...
Movie App : • 🔴 Build Movie App Usin...
Onboarding UI with Lottie Animations: • 🔴 Onboarding UI with L...
AI Voice Assistant with ChatGPT & DALL-E : • 🔴 Build a React Native...
Travel App UI : • 🔴 Travel App UI | Reac...
Weather App : • 🔴 Build Weather App Us...
Coffee App UI : • 🔴 Coffee App UI - Reac...
Food Delivery App : • 🔴 Build Food Delivery ...
KZbin Clone App: • 🔴 KZbin Clone - Reac...
Login | SignUp UI : • 🔴 Login | SignUp UI - ...
Fast Food App : • 🔴 Fast Food App UI - R...
App Store UI : • 🔴 App Store UI - React...
Fruit Shop UI : • 🔴 Fruit Shop UI - Reac...
Firebase Authentication React Native: • React Native Firebase ...
Food Delivery App : • Food Delivery App with...
Learn React Native: • Build Expensify App Wi...
Learn Reactjs: • Modern React For Begin...
#expo #reactnative #tailwindcss #javascript #programming #typescript #speedcode #coding #design #appdevelopment #reactjs #ui #uiux #reactnavigation #reactnativetutorial #react #animation #reactjs #navigation #navigationbar #uidesign #mobiledevelopment #iosdeveloper #buildinpublic #opensource #reactnativeapp #reactjstutorial #typescript
react native animations
animations in react native
react native tutorial
react native app
react native tutorial for beginners
react native project
react native course
react native expo router
expo router v2
expo router sdk 49
expo router tabs
tab navigation
expo router nested navigation

Пікірлер: 63
@MrRobots100
@MrRobots100 7 ай бұрын
One of the best videos I have ever seen. Perfect. Made my day.
@saherraza7110
@saherraza7110 2 ай бұрын
your way of teaching is so smooth and efficient. loved it...!!!
@Lior-n9b
@Lior-n9b 9 ай бұрын
Great tutorial thank you! For your future tutorials what would be great is a at the end of small summary of how the concepts you've showed in the video works :)
@haroldllames5709
@haroldllames5709 10 ай бұрын
Wow. That's so informative and really great. I have been looking for this kind of tutorial. Please make more. Thank you!!!
@codewithnomi
@codewithnomi 10 ай бұрын
Thank you! Will do!
@priyanshudhawan5054
@priyanshudhawan5054 3 ай бұрын
you solve half of my problem that i suffering from 1 long day.
@codewithtae6637
@codewithtae6637 7 ай бұрын
Appreciate the video! You filled in some knowledge gaps I had!
@mtpk0
@mtpk0 8 ай бұрын
You are awesome! Excellent tutorial, clear and concise, learned a lot. Thank you for all the effort you applied in making it. :)
@codewithnomi
@codewithnomi 8 ай бұрын
Thank you 🙏
@anazi
@anazi 10 ай бұрын
By far the best Expo Router tutorial. Now can you show us how we take care of the initial routing regarding Safe Authentication and preventing some lages to appear to unauthenticated users. No need to use a real authentication service to keep it simple just a boolean that triggeres isLoggedin = false. then settimeout => true after 1 second. To mimick a real life application and how can we implement it in Expo Router
@codewithnomi
@codewithnomi 10 ай бұрын
You can implement auth in expo router, follow this guide 👇 docs.expo.dev/router/reference/authentication
@HermesSoilder
@HermesSoilder 19 сағат бұрын
I don’t say this much but this is the best video on the topic. You provide a little bit more complex of an example that almost reflects a real life use case (mine especially). Everyone else is just barely scratching the surface, yk how when you read a medium article and come out feeling like you should have just read the docs. content quality in the RN space sucks.
@codewithnomi
@codewithnomi 19 сағат бұрын
@@HermesSoilder thank you
@JahangirAmin
@JahangirAmin 7 ай бұрын
@galaxies_dev deserves all the credits for this video. This dude didnt even bother to change the thimbnail.
@tuansiraj
@tuansiraj Ай бұрын
This is Great !!! when navigating the stack inside the tabs , are there anyway can we hide tab bar ? what if link something on the outer stack in tabs will it return to the outer stack ?
@macabro019
@macabro019 4 ай бұрын
Excellent video, how do you make the routes typed when using ? I just created a project with expo v50
@Bkbois
@Bkbois 11 ай бұрын
So can the tabs header background colour be changed, like that of the stack screen?
@mahamathassan6153
@mahamathassan6153 2 ай бұрын
Thank you, you helped a lot.
@refaldybagas
@refaldybagas 10 ай бұрын
thankyou. great tutorial ❤
@magne6049
@magne6049 10 ай бұрын
do you need to use the native stack navigation swipe animation? Or is the stack navigation merely conceptual and you can choose the animation yourself?
@perrythepalteypus2185
@perrythepalteypus2185 9 ай бұрын
Brilliant tutorial 🎉❤
@themrsupermanto
@themrsupermanto 26 күн бұрын
Amazin video. You saved me👌
@withpaulex8645
@withpaulex8645 4 ай бұрын
Nice video compare to others am seeing for expo router
@ugo3648
@ugo3648 8 ай бұрын
What a great tutorial! Thanks dude. Do you plan to make one on the SDK 50 and his new features ? Keep doing !
@codewithnomi
@codewithnomi 8 ай бұрын
Sure, will do.
@kral626
@kral626 8 ай бұрын
Excellent! Thank you for this video. Say, if I want to make the Post Details page take up the full screen (even above the bottom tabs), how would I do that?
@codewithnomi
@codewithnomi 8 ай бұрын
You will have to create the post details screen in another stack
@kral626
@kral626 8 ай бұрын
@@codewithnomi I see. Separate from the stack inside the (tabs) folder? Something like this? (tabs) index _layout posts post-details index _layout
@codewithnomi
@codewithnomi 8 ай бұрын
@@kral626 yup
@hellatalented
@hellatalented 10 ай бұрын
Awesome vid bro helped alot!!!!!!
@paysnug4470
@paysnug4470 9 ай бұрын
npm i react-native-modalize the modal is showing behing the tab the modal is showing behing
@ibiyemisamuel6082
@ibiyemisamuel6082 11 ай бұрын
Thank you😊🎉❤
@Pan_Policjant
@Pan_Policjant 7 ай бұрын
presentation modal doesnt work, is it because im on android?
@rcodev
@rcodev 11 ай бұрын
How incredible, wonderful this video is. How could we do this if we log in to the app? for the user to access the routes only after logging in, using expo router.
@codewithnomi
@codewithnomi 11 ай бұрын
you can implement auth as well. here is the reference: docs.expo.dev/router/reference/authentication
@MustaphaMuhamed-z4t
@MustaphaMuhamed-z4t 5 ай бұрын
perfect i will apreciate for this knowledes
@olegtytov6134
@olegtytov6134 10 ай бұрын
guys please,how can we change baground fon on top screen where written the name of the our components and how can we get away this inscription?
@carlosmedrano8596
@carlosmedrano8596 2 ай бұрын
hey a very good video, thanks
@bestelectrocity
@bestelectrocity 11 ай бұрын
Thanks, amazing 🎉
@mahendranath2504
@mahendranath2504 7 ай бұрын
Nice thank you so much for amazing content
@ahmaat19
@ahmaat19 11 ай бұрын
You gained my subscription
@Pan_Policjant
@Pan_Policjant 7 ай бұрын
how to test this deeplinking in android
@erics1337
@erics1337 10 ай бұрын
Great tutorial. Please show how to make an animated drawer.
@codewithnomi
@codewithnomi 10 ай бұрын
will do 😉
@michealskup5730
@michealskup5730 5 ай бұрын
hi there ! does modal work on android ?????????????
@ajinkyashinde6118
@ajinkyashinde6118 11 ай бұрын
Great learing with you sir. Nicely explain routing, waiting for more content.
11 ай бұрын
Hi, I've been following your work and technically you're very good. but I would like to know how to rotate the cell phone screen next to vs code.......I don't know if you understood me
@paysnug4470
@paysnug4470 9 ай бұрын
the background inside tab is not working
@kevingrondin974
@kevingrondin974 11 ай бұрын
Nice, and drawer navigation not change ?
@codewithnomi
@codewithnomi 11 ай бұрын
I'll create a video on this someday 😉
@Aflatoon947
@Aflatoon947 11 ай бұрын
Good work 👌🏻
@user-rdr1712
@user-rdr1712 11 ай бұрын
Why tsx instead of js? Is it mandatory to follow .tsx file?
@codewithnomi
@codewithnomi 11 ай бұрын
No, you can use js
@lanskaba3668
@lanskaba3668 11 ай бұрын
This is just like nextjs 13 app router
@PorZa559
@PorZa559 10 ай бұрын
Can I hide tab bar when go to postId page?
@codewithnomi
@codewithnomi 10 ай бұрын
You will have to create a separate stack layout for postId page
@PorZa559
@PorZa559 10 ай бұрын
@@codewithnomi Thanks for replying. I already added stack layout to [id] folder, but tabbar is still shows.
@hubesh716
@hubesh716 11 ай бұрын
That is totally similar with Next js
@codewithnomi
@codewithnomi 11 ай бұрын
yes
@hubesh716
@hubesh716 11 ай бұрын
Sir plz make video how to . make Animated bottom Tabs with animated Drawer with navigation plz make this one with React native Reanimated
@codewithnomi
@codewithnomi 11 ай бұрын
Ok I will try
@inamulhasans9461
@inamulhasans9461 11 ай бұрын
Great 🎉❤
@wisdomelue
@wisdomelue 11 ай бұрын
🎉
Lottie Animations in React Native | React Native Tutorial
14:02
Code With Nomi
Рет қаралды 13 М.
Learn Expo Router - Complete Tutorial
23:23
Cosden Solutions
Рет қаралды 80 М.
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 19 МЛН
отомстил?
00:56
История одного вокалиста
Рет қаралды 7 МЛН
Spongebob ate Patrick 😱 #meme #spongebob #gmod
00:15
Mr. LoLo
Рет қаралды 12 МЛН
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 79 МЛН
Role Based Navigation in React Native with Expo Router
25:41
Simon Grimm
Рет қаралды 12 М.
Custom Tab Navigation in Expo Router | React Native Tutorial | Part 1
20:11
🚀 React Native Expo: Mastering File-Based Routing in 2024! 📂
17:01
React Native vs Flutter - Which should you use?
22:31
Simon Grimm
Рет қаралды 32 М.
React Native Tab Bar Routing with Expo Router
11:29
Simon Grimm
Рет қаралды 72 М.
Build EVERY Layout with Expo Router
1:24:16
Simon Grimm
Рет қаралды 35 М.
The Tools I Use to Build Products in Laravel
19:00
Josh Cirre
Рет қаралды 30 М.
Introduction To Expo Router with Stack & Tab Navigator
23:59
Pradip Debnath
Рет қаралды 10 М.
So, you want to build apps & websites?
9:34
Sajid
Рет қаралды 180 М.
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 19 МЛН