I'm a random learner on UA-cam bro and now I know when I see your face it's a stamp of quality. Clear content, fluent accent and intuitive tutorials..!
I like how Mosh can make concepts so easy to understand, and how He adheres to the best coding standards. After I took his React course, his style became like a template for me. You inspired me when I was starting out years ago, and now I am doing the same for struggling or aspiring web developers, my first UA-cam video goes live Tonight. I hope to make you proud.
Hey Mosh. I am also an Educator and have taught 100 of professionals in person. I really appreciate your work and that you teach building an actual app which is so important to completely familiarize with a technology. This must have taken lot of efforts on your end. Wishing more subscribers to you man.
Dear sir , if you're reading this , I would like to say THANK YOU ! A big big THANK you for helping me out in my career and making me believe in myself! I always thought that I would never know how to code and that it isn't my cup of tea and i would never create , or even understand any application. from your videos I really understood everything from A to Z and I found all informations I needed in your videos explained in a very simple way ! I would like to thank you from all of my heart. You're doing an amazing job ! God bless
yes you are right when i was in university i hate programming and could not understand basics of programming and i some how got mosh c# tutorial (basic,intermediate,advance) and after watching these tutorials i starting understanding programming easily and now i have 4 years of experience working as a web and mobile app developer and when ever i find someone who hate programming and cannot understand programming i recommend him watching mosh tutorials. Thank you mosh for making my career
I have seen many tutorials but this tutorial is the most succinct, clear, and helpful for beginners with a short time. Thank you, Mosh !!! And I hope you build more tutorials like this.
The reasons I chose this video over all the other ones on the internet: -It's an overview that will probably cover everything I need right now -It's really easy to follow -Mosh's accent
This video Stands Out at a different level in UA-cam. If you are a beginner then you must go with this video. This will actually make you understand the basic you need to start with React Native development.
I'd seen only first hour of this tutorial and bought The ultimate React Native Series, reasons very simple: - intencive studying; - practice and examples, which I love; - and one of main reason - it's a code when you're buying course. PS: pronunsiation impressing - you're talking as a native speaker. Thank You.
I bought the full course yesterday because most of the other youtube tutorials are not complete as well as are very confusing. I would say, it's really worth the $99. The best teacher ever, so clear, honest, and shows a lot of useful shortcuts. I am taking my first Senior-Design class this semester, and I am very excited to complete the course and learn the skills to build my own mobile app soon. Thank you Mosh, people like you, are making the world a better place!
Amazing course Mosh, already a big fan of you. Not only you teach us in the simplest way possible but with the best practices and so many time-saving tips. IMO, your courses are well addressed and honestly save more than 50% of the time. Worth every penny!!!
Thank you, Mosh! You are seriously the best teacher I've ever met on Internet. Only from you I can understand a lot of details from different libraries, frameworks, because you know how to prepare us and to understand that feature at another level
I have bought this course and able build this app with confident. He divide course materials into bunch of baby parts so that easy to follow and learn things. so I recommend this.
This course was EXCELLENT! It got me over the initial. "OMG I have to do a React Native app!" and in to the actual coding! The help on the set up and introduction to the environment was just what I needed! Thank you!
I have never used React Native before this course - only dabbled with a few front-end frameworks like Vue, Angular, but this is amazing! It has given me a real kickstart to learn more and enough to build a simple app. Super easy to follow and probably one of the best tutorials I have listened to. If I find the time, I will definitely do the full course. Thanks Mosh!
What an amazing way of teaching!! I am even new to Javascript and React but your way of telling things makes me feel like learning everything so quickly that all confusions related to most of the stuff is gone already. Great tutorial!
I'm only 2.21 minutes in but I'm already so impressed just with how smooth the motion graphics and editing of this video is! Looking forward to watching the full video, and your smile in your display image is super contagious haha :)
Hi mosh I'm so exited to start this course with you ! before dive into it want to say Thank you for That . to have this great Tutorial in youTube . lOTS OF LOVE
4:13 I love Mosh's use of stock photos! :) Mosh just makes things fun! The only downside to Mosh is that there is only 1 of him and he only release 1 course at a time. He needs to clone himself with AI.
Despite this being about React Native, one of the best takeaways from this video was what is probably the clearest explanation of flexbox layouts I’ve ever seen.
Hey Mosh, Thanks from the bottom of my heart and everyone who loves you and your work, your the best we have got, thank you so much for listening to us. Hope you are safe with your family and may god protect us all. Happy Ramadan Mosh. 😊
Thank You so much Mosh for your amazing courses. I just heard that you are giving your most popular courses to the people who can't afford them for free. All of them will look at you as a teacher, a friend and... a PROGRAMMER!
This spared me the trouble of trying to find a good React Native course. Still completing the React course for now. Eagerly waiting for Golang course from you Mosh. Wasted so much time and money on garbage Golang courses on Udemy and Pluralsight.
One thing to keep in mind when testing your application on an Android emulator is the amount of RAM used. Especially by creating a virtual device using Android Studio. Definitely a hardware prerequisite is to have at least 8GB of RAM. Even that, as I'm finding out, isn't in some ways enough to run and test the application using an emulator. So therefore, 16GB may be needed if you want to go down this route. If anyone is struggling with RAM usage, it's much better to use your physical Android device whenever testing your application. Even if it's a bit inconvenient at times to always use your device. But there's quite a difference in performance and RAM usage if you do this.
That's a fair point, and something I've found out in a slightly hard way. Got a M1 MacBook Air base version to replace my older laptop (which was incredibly slow in doing anything), initially as I had planned to mostly do "lighter tasks" on it (making slides, documents, some programming) but even with that, with multiple tabs open, the RAM is often in the orange, and sometimes in the red :( Now of course I'm doing heavier development work, and I'm worried that the 8GB RAM will be a limitation and slow me down! Of course, you can't upgrade the RAM on these, might get a replacement for this one. The lighter tasks can be handled by other devices I have anyway, and there are people who may be able to make use of this laptop!
@@fetchstixRHD The 8gb will definitely be limiting in the future. Thankfully you can upgrade, so just save some money down the line and you'll be okay!
This tutorial was perfect for what I needed: something to get me started converting my react app to react native. Now I have learned some of the basics and I have started off my project with good file structures and conventions. Thank you!!!
50:18 SafeAreaView only works for IponeX, for android devices with notch use: in styles: with imports {Platform, StatusBar} paddingTop: Platform.OS === "android" ? StatusBar.currentHeight : 0
I just started coding almost 1 and a half years ago (I'm 14 now). Mosh taught me a lot about React and I created a website using React for showing COVID-19 information. Thank you Mosh for being such a good teacher. We get to learn a lot from you for free. Better than most Udemy courses :D
Thanks Mosh! You're a very gifted coder and educator. You have a natural understanding of what your students need and such a clear and concise delivery. Absolutely first rate :)
54:52 - it's no longer possible to load an image without declaring dimensions. To make the image tag work, add this under the styles section after "container" has been defined: logo: { width: 80, height: 80, }, and the image tag should look like this:
Really great tutorial! I don't usually buy courses but this one seemed really well done and well explained. Love the fact that's it not a simple TODO List app. The general wholesomeness of this was a major selling point! Also, i really need some of that React-Native Pro-Knowledge, in addition to what I already knew. So, kudos and thank you Mosh for this course. Can't wait to code the rest.
man, you're so good on explaining things, and i love your clear english. even english it not my first language, but i can understand your words so clearly! i'll subscribe on your classes!
there is 2 feelings that i currently feeling 1) finally mosh sir created react native course 🥰 2) sad thing i don't have money to purchase full course to learn due to financial condition😢😢 thank you sir for providing 2hrs of preview.
For those trying to learn this it's better you also check the react native documentation since some of this are outdated and don't work... or just learn from a recent tutorial
Hey Mosh, just a few days I finished your full 6 Hour Python course and I loved your Django web project. The question is that can you please x100 make a Django full course. Thanks.
There is a lot of people who haves confusion on real time notifications in react native cli not expo. if you publish a tutorial on that than it will be more helpful
Hi Mosh, I think for Linux you should also include it in the tools for bash_profile as well under Linux. I had a problem in running ADB in my ubuntu 20.04 so I added the tools it worked perfectly.
1:24:23 react-native-community/hooks is no longer have useDimension function. Because React Native v0.61 start include useWindowDimension its have same function with it.
Generally speaking, the remainder of the course is pretty good; sadly he never works through the map or the list filters, and just skips past building/deploying to Android. Otherwise I can recommend it.
I am really grateful about this video, even though I have been learning React native on my own for some time, this really helps me. Thank you so much Mosh
Hi Mosh! Indeed a pleasure to see your courses. I had a request, if possible could you make a comprehensive course on the python flask framework? Thank you so much Mosh 😊
Hey @ Programming with Mosh , I just need you BackEnd NodeJs sample project you have attached with The Ultimate React Native Series - Part 2, I dont find please if you can do so or anyone from here thanks .
In the debug section - after the error ... Ctrl-M does nothing on my emulator. Shaking my device does nothing on my device. How do I bring up the developer menu?
"keyboard shortcut when your app is running in the iOS Simulator, or ⌘M when running in an Android emulator on Mac OS and Ctrl+M on Windows and Linux. Alternatively for Android, you can run the command adb shell input keyevent 82 to open the dev menu (82 being the Menu key code). The Developer Menu is disabled in release (production) builds." says reactnative.dev
This course is so out of date that it's not worth taking. Using the same environment and versions he uses in the tutorial just doesn't work without hours of adapting it. You're better going somwhere else for React Native.😥
"Attach to packager" configuration is no longer available for React Native Tools extension. It was such a pain to try find a workaround. I wish it on no one. Just stick with chrome dev tools.
🚀 Ready for a deep dive?
- Check out my full course: mosh.link/react-native-course
- Subscribe for more awesome content: goo.gl/6PYaGF
is your react native video updated? because it is for 4 yeas ago
Mosh, I love this tuto, however the tech is outdated now. Are you going to update the course?
Unfortunately, this tutorial is out of date. And I looked to see if your tutorial on your website is more recent, but there's no date shown.
I'm a random learner on UA-cam bro and now I know when I see your face it's a stamp of quality. Clear content, fluent accent and intuitive tutorials..!
I like how Mosh can make concepts so easy to understand, and how He adheres to the best coding standards. After I took his React course, his style became like a template for me. You inspired me when I was starting out years ago, and now I am doing the same for struggling or aspiring web developers, my first UA-cam video goes live Tonight. I hope to make you proud.
Why do you have to make this about yourself...
@@xyzxyzxyzxyz He doesn't really give a shit about mosh or any other youtuber, he's just marketing lol.
He is persian bro , Thats why ;)
Hey Mosh. I am also an Educator and have taught 100 of professionals in person. I really appreciate your work and that you teach building an actual app which is so important to completely familiarize with a technology.
This must have taken lot of efforts on your end. Wishing more subscribers to you man.
He is Persian bro, Thats why ;)
This is awesome. I'm an experienced full-stack developer myself and I can say that you teach SO DAMN WELL... God bless yah.
Dear sir , if you're reading this , I would like to say THANK YOU ! A big big THANK you for helping me out in my career and making me believe in myself! I always thought that I would never know how to code and that it isn't my cup of tea and i would never create , or even understand any application. from your videos I really understood everything from A to Z and I found all informations I needed in your videos explained in a very simple way ! I would like to thank you from all of my heart. You're doing an amazing job ! God bless
very true
mosh's way of teaching makes us to love coding ..
For a split second, my heart stopped to see MKBHD in the comments lmao.
Then found out it's just the profile pic
Exactly
even I clicked just because of pic..
Exactly
yes you are right when i was in university i hate programming and could not understand basics of programming and i some how got mosh c# tutorial (basic,intermediate,advance) and after watching these tutorials i starting understanding programming easily and now i have 4 years of experience working as a web and mobile app developer and when ever i find someone who hate programming and cannot understand programming i recommend him watching mosh tutorials. Thank you mosh for making my career
I have seen many tutorials but this tutorial is the most succinct, clear, and helpful for beginners with a short time. Thank you, Mosh !!! And I hope you build more tutorials like this.
Anyone starting out, I would suggest that you start at 46:34. Everything before is mostly tooling.
Thank you for telling this❤
I absolutely love the fact that you tell all your shortcuts during coding. Most of the youtubers dont do that. Thanks!
The reasons I chose this video over all the other ones on the internet:
-It's an overview that will probably cover everything I need right now
-It's really easy to follow
-Mosh's accent
ua-cam.com/video/EB5dZ0RPCro/v-deo.html
Honestly Mosh's accent is the best reason.
I think it's Mosh is enough reason. He is just awesome.
Your effort in making this tutorial is much appreciated you even put subtitles on it. Thank you for your generosity
This video Stands Out at a different level in UA-cam. If you are a beginner then you must go with this video. This will actually make you understand the basic you need to start with React Native development.
I'd seen only first hour of this tutorial and bought The ultimate React Native Series, reasons very simple:
- intencive studying;
- practice and examples, which I love;
- and one of main reason - it's a code when you're buying course.
PS: pronunsiation impressing - you're talking as a native speaker.
Thank You.
I bought the full course yesterday because most of the other youtube tutorials are not complete as well as are very confusing. I would say, it's really worth the $99. The best teacher ever, so clear, honest, and shows a lot of useful shortcuts. I am taking my first Senior-Design class this semester, and I am very excited to complete the course and learn the skills to build my own mobile app soon. Thank you Mosh, people like you, are making the world a better place!
hey ali, is it updated on the platform ?
Amazing course Mosh, already a big fan of you. Not only you teach us in the simplest way possible but with the best practices and so many time-saving tips. IMO, your courses are well addressed and honestly save more than 50% of the time. Worth every penny!!!
Hey Umair, are you available to chat a bit? I am getting into this career, need some tips to get started with.
All of Mosh's courses are very good, I haven't learnt as much from any other programming instructor.
Agreed.
Thank you, Mosh! You are seriously the best teacher I've ever met on Internet. Only from you I can understand a lot of details from different libraries, frameworks, because you know how to prepare us and to understand that feature at another level
Can u help me out with (10:28) part of this video?I'm unable to add the git thru the terminal?
This man is so great that he has mastered most of the progamming languages !! Hatsss off !! Love from india
I have bought this course and able build this app with confident. He divide course materials into bunch of baby parts so that easy to follow and learn things. so I recommend this.
this is great! who else is learning front end right now? I'm currently learning JS
I took the the course. It's all based on simulator. You did not publish the app in the app store.
go to the documentation of expo
This course was EXCELLENT! It got me over the initial. "OMG I have to do a React Native app!" and in to the actual coding! The help on the set up and introduction to the environment was just what I needed! Thank you!
I see your comment was 2 weeks ago and was wondering if this video was outdated before getting started, everything went well?
@@davidsoldnerdupchannel7719 I noticed your comment was 1 month ago. I'm wondering if you went through with this video and if everything went well?
@@hardikrajpal2410 I noticed your comment is 2 weeks old. I'm wondering if this is still outdated and if everything went well for you?
@@postingbmwm3 Lol. Tbh I didn't code his tutorial. I jumped into the project face first.
If you want to create a Pedometer App, ToDo list App,Music App, Dictionary app etc. Check out my tutorial : ua-cam.com/video/ERwsjO7sZbg/v-deo.html
Mosh, my dude... Your tutorials are really good, and the fact that you provide these smaller versions for free is a godsent. Thankds bro
I have never used React Native before this course - only dabbled with a few front-end frameworks like Vue, Angular, but this is amazing! It has given me a real kickstart to learn more and enough to build a simple app. Super easy to follow and probably one of the best tutorials I have listened to. If I find the time, I will definitely do the full course. Thanks Mosh!
To be honest the best tut Ive seen and everything just works out of the box. Thanks for ur efforts!
You really made it simple by explaining things one by one. I've bought the course on your website and i have finished part 1 :)
good
Does the course on website have more content than this youtube vedio ?
@@salonibakshi7755 yes
can you please summarize the content of the whole course, I intend to enroll in this
@@hoangminhduong5165 You can see in the "What You'll learn" section on the website.
Thank you, dude! I've looked around for a good tutorial on getting started with react-native and this tutorial IS THE BEST. Thanks again!
Excellent as always.
باعث افتخار ماست که یکی از بر و بچ ایرونی استادمون باشه. موفق باشید جناب همدانی عزیز
What an amazing way of teaching!! I am even new to Javascript and React but your way of telling things makes me feel like learning everything so quickly that all confusions related to most of the stuff is gone already. Great tutorial!
I saw a posts on forum on code with mosh and they were talking it is outdated . Is it true ?
Is it outdated still now or is it updated now
So inspiring. Mosh, it's no doubt that you're a genius!
This is what I need, Mosh. I don't even know how to React to this.
Aite, imma head out.
@@programmingwithmosh Haha!
Nice pun there
Yeah react natively...., you've made my day!
Took screenshot 🤟
I'm only 2.21 minutes in but I'm already so impressed just with how smooth the motion graphics and editing of this video is! Looking forward to watching the full video, and your smile in your display image is super contagious haha :)
We must salute this guy becoz he uploaded a comprehensive course on android app development for free.
Hi mosh I'm so exited to start this course with you ! before dive into it want to say Thank you for That . to have this great Tutorial in youTube . lOTS OF LOVE
I really appreciated your hardworking. u r the only instructor who teaches like that.
please make a django course .
@@programmingwithmosh thank you to reply with smile face . when will your django course come . I relly appreciated.
There's already a Django chapter in his python course.
@@programmingwithmosh I'm also waiting on that with flutter
@@programmingwithmosh Please also consider GraphQL thanks 😊
@@programmingwithmosh Thank you so much, your teaching is the perfect balance of practical and theoretical knowledge 👌
Mosh is the best teacher.I have ever come across.
@@programmingwithmosh sure Mosh😁
The Best instructor out there. Even I am a Medical Student, I can also understand each and every coding concept watching him.
are from india or somewhere else brother?
I am from Pakistan
@@muhammadsairkhan7205/videos can Pakistanis speak English natively?
@@adrian-4767 can Indians speak English 'natively'?
@@yty1941 I don't know, you tell me!
"This is gonna take about 15 minutes of your time..." *takes me 4 hours*
That makes you the winner in a contest I didn’t know we were having :-)
Takes me 1 week on my old window
We all gotta start somewhere, atleast you finished it instead of giving up halfway🤣
I've never related to a comment this heavily😂
I'm your brother in these
4:13 I love Mosh's use of stock photos! :) Mosh just makes things fun! The only downside to Mosh is that there is only 1 of him and he only release 1 course at a time. He needs to clone himself with AI.
or better "Refactoring" himself :p
Despite this being about React Native, one of the best takeaways from this video was what is probably the clearest explanation of flexbox layouts I’ve ever seen.
Hey Mosh, Thanks from the bottom of my heart and everyone who loves you and your work, your the best we have got, thank you so much for listening to us. Hope you are safe with your family and may god protect us all. Happy Ramadan Mosh. 😊
ua-cam.com/video/EB5dZ0RPCro/v-deo.html
This is the only worthwhile react native course on YT. Kudos to you mosh
I feel so secure and confident when Mosh says "Let me show you ". Thank you Mosh. I am a codewithmosh subscriber
One thing I love about Mosh is that he always start from the very beginning
Thank You so much Mosh for your amazing courses. I just heard that you are giving your most popular courses to the people who can't afford them for free. All of them will look at you as a teacher, a friend and... a PROGRAMMER!
This spared me the trouble of trying to find a good React Native course. Still completing the React course for now.
Eagerly waiting for Golang course from you Mosh.
Wasted so much time and money on garbage Golang courses on Udemy and Pluralsight.
@Malik Bagwala right and practice makes perfect.
Can't wait for this..All of his courses are awesome..
i watched this video for 30 minutes without skipping... this is great work by mosh and found better than paid online tutorial
"You'll get some warnings, but don't worry, they don't really matter" ~ spoken like a true developer!
One thing to keep in mind when testing your application on an Android emulator is the amount of RAM used. Especially by creating a virtual device using Android Studio. Definitely a hardware prerequisite is to have at least 8GB of RAM. Even that, as I'm finding out, isn't in some ways enough to run and test the application using an emulator. So therefore, 16GB may be needed if you want to go down this route.
If anyone is struggling with RAM usage, it's much better to use your physical Android device whenever testing your application. Even if it's a bit inconvenient at times to always use your device. But there's quite a difference in performance and RAM usage if you do this.
That's a fair point, and something I've found out in a slightly hard way. Got a M1 MacBook Air base version to replace my older laptop (which was incredibly slow in doing anything), initially as I had planned to mostly do "lighter tasks" on it (making slides, documents, some programming) but even with that, with multiple tabs open, the RAM is often in the orange, and sometimes in the red :( Now of course I'm doing heavier development work, and I'm worried that the 8GB RAM will be a limitation and slow me down!
Of course, you can't upgrade the RAM on these, might get a replacement for this one. The lighter tasks can be handled by other devices I have anyway, and there are people who may be able to make use of this laptop!
@@fetchstixRHD The 8gb will definitely be limiting in the future. Thankfully you can upgrade, so just save some money down the line and you'll be okay!
if this person teach my son who is 1yrs he could learn rovcket science too
Mosh is the best programmer with the best smile :)
You teach by walking people through outstanding realworld projects and that is amazing! Thanks Mosh!
This tutorial was perfect for what I needed: something to get me started converting my react app to react native. Now I have learned some of the basics and I have started off my project with good file structures and conventions. Thank you!!!
50:18
SafeAreaView only works for IponeX,
for android devices with notch use:
in styles: with imports {Platform, StatusBar}
paddingTop: Platform.OS === "android" ? StatusBar.currentHeight : 0
Is it okay to use: "paddingTop: StatusBar.currentHeight" for both android and iOS without "SafeAreaView"?
I don't know why, but I find that I marked >>> import { StatusBar } from "expo-status-bar";
Thanks a lot for this tip! It works fine.
Thanks a lot! just what I was looking for :)
I just started coding almost 1 and a half years ago (I'm 14 now). Mosh taught me a lot about React and I created a website using React for showing COVID-19 information. Thank you Mosh for being such a good teacher. We get to learn a lot from you for free. Better than most Udemy courses :D
when i was 14 i didn't even know what a code is.. look how the time has evolved.. going good boy.. keep coding
Oh, so doesn't matter if i'm a web developer to start using react native?
@@robimati2359 nope. I know React and I use React Native to port my web apps to native android apps
I like the way mosh says “At the time of recording this video”, even in dead languages. It will make him more accurate
At the time of recording this video, binary only consists of 0 and 1.
my best instructor ever . thank you mosh
Thanks Mosh! You're a very gifted coder and educator. You have a natural understanding of what your students need and such a clear and concise delivery. Absolutely first rate :)
54:52 - it's no longer possible to load an image without declaring dimensions. To make the image tag work, add this under the styles section after "container" has been defined:
logo: {
width: 80,
height: 80,
},
and the image tag should look like this:
is it possible there's more requirements? The same problems occurs..
We love you, sir,
Please make the same course for Flutter.
@@programmingwithmosh Thank you!
Yes we want same course for flutter please.
Thanks for posting this. Is there any chance of an updated version? Running into a few issues straight away. Thank you 🙏
I found react so difficult initially. I have been insulting other tutors 😭. This guy simplified everything for me 😭😭😭 you are a genius!!!
Learnt python , Java script and now learning react native !
Thank you mosh sir. Love from India❤️
i have no words
this is just AMAZING
im gonna buy the full course now
greetings from Argentina !
Really great tutorial! I don't usually buy courses but this one seemed really well done and well explained. Love the fact that's it not a simple TODO List app. The general wholesomeness of this was a major selling point! Also, i really need some of that React-Native Pro-Knowledge, in addition to what I already knew. So, kudos and thank you Mosh for this course. Can't wait to code the rest.
can you share the course with me?
@@bold_breakdowns i mean... the link to the Course is right there in the video description 😅
@@indie_rok You already know why i'm asking.
man, you're so good on explaining things, and i love your clear english. even english it not my first language, but i can understand your words so clearly! i'll subscribe on your classes!
thanks a lot mosh. take love from Bangladesh
Man, how's no one is talking about it, HOW YOUR TERMINAL LOOKS SO GOOD??? With autocompletion and everything.....
Mosh you make me fell in love with coding
there is 2 feelings that i currently feeling
1) finally mosh sir created react native course 🥰
2) sad thing i don't have money to purchase full course to learn due to financial condition😢😢
thank you sir for providing 2hrs of preview.
Me too,
Hey wait this is the complete course I think because he taught how to build this app even in paid course
For those trying to learn this it's better you also check the react native documentation since some of this are outdated and don't work... or just learn from a recent tutorial
You Are So Great Mosh .
I Love Your Tutorials
As a non-native speaker of English, subtitles are really helpful. Thanks.
Hey Mosh, just a few days I finished your full 6 Hour Python course and I loved your Django web project. The question is that can you please x100 make a Django full course.
Thanks.
@Sergelenchimeg Enkhsaihan link?
@@1skeeta4u you're currently commenting on it. xD
Go for FastAPI...
Hi mosh, so proud of you, I watched this video completely and would love to learn more, how can I buy the rest of the course from Iran?
goto description!
There is a lot of people who haves confusion on real time notifications in react native cli not expo.
if you publish a tutorial on that than it will be more helpful
this is the first video of your channel i watched & it made me to subscribe your channel. loved the way you explain things. Thank You, Mosh!
Maaan, two hours video WITH subtitles??? Just awesome thx very much
Hi Mosh, I think for Linux you should also include it in the tools for bash_profile as well under Linux. I had a problem in running ADB in my ubuntu 20.04 so I added the tools it worked perfectly.
This is gonna be 🔥! Cause it's made by Mosh, the Legendary Mosh
1:24:23 react-native-community/hooks is no longer have useDimension function. Because React Native v0.61 start include useWindowDimension its have same function with it.
Wow!!! I've not even started, the Intro Ad. just got me!
Expo-client is bursting my brain! With the QR scan feature & refreshing speed!
Hey Mosh! Didn't even finish the intro...stopped to say that I love it....thank you!
Hi Mosh,
When are we getting the part 2 of this course (backend., push notifications ...etc)?
ua-cam.com/video/EB5dZ0RPCro/v-deo.html
Generally speaking, the remainder of the course is pretty good; sadly he never works through the map or the list filters, and just skips past building/deploying to Android. Otherwise I can recommend it.
@@ottergoose Did you enroll for the full react native course and completed coding "DoneWithIt" app ?
Pradeep Kumar Reddy Kondreddy yes I did.
I am really grateful about this video, even though I have been learning React native on my own for some time, this really helps me. Thank you so much Mosh
That part where he says : we not gonna make a damn stupid calculator, made me happy , and screw school for that !
Yea I'd definitely be proud if I made this kind of app rather than a calculator
I don't have words to explain..this is very awesome clarification..nd teaching..
In Easy way !!
But difficult task completed by genius mosh !!
Thanks a lot sir!!
Hi Mosh! Indeed a pleasure to see your courses. I had a request, if possible could you make a comprehensive course on the python flask framework? Thank you so much Mosh 😊
Hello Mosh ,
When you are planing to publish Ultimate React Native: Part 2,
If possible please publish it as soon as possible
Thanks ;)
ua-cam.com/video/EB5dZ0RPCro/v-deo.html
Hey
@
Programming with Mosh
, I just need you BackEnd NodeJs sample project you have attached with The Ultimate React Native Series - Part 2, I dont find please if you can do so or anyone from here thanks .
did u get it? i need it
Ca you please also give me the nodejs sample project
@@techknowledgeforyou2580 hey it's on github just google donewithit backend
And you'll find plenty of it.
need it too
i am loving react native because of your polite and beautiful way of teaching, beautiful
LOVE YOUR WORK! BIG FAN!
In the debug section - after the error ... Ctrl-M does nothing on my emulator. Shaking my device does nothing on my device. How do I bring up the developer menu?
Did you find a solution? I'm having the same issue.
same issue here... have been looking around but no help
"keyboard shortcut when your app is running in the iOS Simulator, or ⌘M when running in an Android emulator on Mac OS and Ctrl+M on Windows and Linux. Alternatively for Android, you can run the command adb shell input keyevent 82 to open the dev menu (82 being the Menu key code).
The Developer Menu is disabled in release (production) builds." says reactnative.dev
This course is so out of date that it's not worth taking. Using the same environment and versions he uses in the tutorial just doesn't work without hours of adapting it. You're better going somwhere else for React Native.😥
this is what i dont like about mosh , he has still put his react native course up for sale , someone might buy it
he is a perfect teacher tho
"Attach to packager" configuration is no longer available for React Native Tools extension.
It was such a pain to try find a workaround. I wish it on no one. Just stick with chrome dev tools.
Um, so you're telling me I've wasted two days troubleshooting? I thought I was doing something wrong.
@@funkytaco1358 SAME!
@@youngsinatra2645 fuuuuuuuuuu
@@funkytaco1358 i found the chrome dev console works just as fine, fwiw
I liked the video after the introduction even before watching it. Because I know it will be awesome!
Great thanks from Berlin for you Mosh and all the watchers