📚 Enroll NOW in The Full-Stack Mobile Developer course and don’t miss out on your chance to become a 6-figure dev in 2023! Check out what our successful students are saying about their experience: academy.notjust.dev
You are amazing. This is actually the hardest installation ive iver faced. I had been looking for this video for hours. Thanks a lot for sharing and making such a complete and concise video!
After trying it out for about 3h, I finally got into this tutorial step-by-step (checking in the official docs as well for a tiny couple of diffs - as you recommended) and it FINALLY WORKED!!!! Huge thanks for it.
Thank you so much for this! i've been for hours strugglin just to get setup in react native and now im finally done and ready to get things done all thanks to you!
Thank you Vladim. I now have a real playing field to start working on. I would never have figured any of this stuff out on my own. This lesson should be a mandatory prerequisite for any newbie like me!
Your tutorial was amazing. I have struggled a lot when i tried initially, then i found your video and it was so easy and quick, only some version issues were there , still sorted it easily. Thank you so much.
following all the steps but at 19:10 got error "error Android project not found. Are you sure this is a React Native project? If your Android files are located in a non-standard location (e.g. not inside 'android' folder), consider setting `project.android.sourceDir` option to point to a new location. info Run CLI with --verbose flag for more details." any help will be appreciated. Thanks in advance.
Thank you for the guidance. I've been looking for 3 days how to download RN-CLI and now only i understood everything even though its out dated a bit. so thank you so mach🔥🔥🔥🔥🔥🔥🔥🔥
I try to run Android (npm run android) but keep getting this error "Kotlin could not find the required JDK tools in the Java installation. Make sure Kotlin compilation is running on a JDK, not JRE.", please help .
Why was my comment deleted? I said when I run the command "npm run android", I get the following error: Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 Instead of getting the community to help, my comment disappears. Even from my comment history - means it's deliberately deleted. That's plain mean
@@zainulabdinshaikh2758 yes it's not really an issue for me because my emulator is working. You can Ignore that step and continue. Everything will work fine.
If someone get error after tiping npx react-native in Terminal then open PowerShel and type this line and hit enter mkdir C:\Users\YOUR_PC_NAME\AppData\Roaming pm. This need to fix error on that step.
it will ! but you also need to update npm to the latest version using this command : npm install -g npm@10.8.3 or the latest version number if this is outdated !
hello good day. i tried to install nodejs my windows defenders spotted a torjan house which cuts the installation process that results to not installing the npn. please how can I fix that?
Hi thank you for this step-by-step tutorial. For some reason when installing Android Studio, I am not getting Setup Wizard (9:26), any ideas on what I can do?
Greetings my friend. Thanks so much for this really wow! Could you please assist me. At time stamp 15:08 when you input the projects folder you created, may I ask how do you create the project folder ? I do not have one, and from this point in the tutorial I can go no further. Appreciate your help, thank you sir!
node: 18772) [DEP0040] Deprecationwarning: The 'punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation to show where the warning was created) Can you resolve this issue. When I running this npm run Android command I getting this type of error
You are incredible! Thank you so much for the tutorial. Still, I have a doubt. Why are you running react-native start and after that react-native run-android? Could someone help me understand this in more detail please? Thank uuu!!!!
react-native start: This command starts the Metro bundler (previously known as Metro packager). Metro is a JavaScript bundler that compiles and bundles your React Native JS code and assets into a single package, making it ready for the native app to load. Once started, Metro will keep running and watching for any code changes, so when you modify and save your code, it will automatically bundle the changes. react-native run-android: This command compiles the native code and installs your app on a connected Android emulator or device. After the app is installed and launched, it will connect to the Metro server (started by react-native start) to download the JS bundle. If Metro isn't running, the app won't be able to load the JS bundle and will result in an error. I only use react-native run-android when I use CMD not VS code terminal
Failed to construct transformer: Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHash (node:crypto:130:10) get this error when running android in vs code
Hi bro, before I ask you a question, I need to say that you're awesome! 💪 I'd like to know if it's possible to follow react-native-cli tutorials while building with expo? Or there is complete difference in building process between these two? Thanks in advance 😊👍
I get the error HAXM is not installed, and when I try to install it is says Hardware requirements not satisfied. Therefore I can't run the sim. Does anyone have any advice? Thanks
THANK YOU I DID ALL YOUR STEPS AND MADE SUCCSEFULLY BUT I HAVE ONE PROBLEM I HAVE THIRD PART APPLICATION LIKE LMS FOR EDUCATION IT IS READY BUT I DO NOT KNOW HOW TO UPLOAD THAT PROJECT IS THERE ANY HELP PLEASE?
Thank for this video. Learning allot here. Thank you so much! Just one thing though. On my environmental variables for User account, I do not have a path loaded on there, none at all. The path only appears in the box below regarding the system variables. Please could you confirm which file I must paste in order to create the path accordingly. I noticed yours mentions a windows app etc, could you detail how I need to navigate to that folder exactly. I tried, but it seems there is another sub folder that I need to tap into before I paste the address location. Please advise. Thank you!!!
Hi bro! when i try to npm ru android appears an error ---> Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. Your current JDK is located in C:\Program Files\Eclipse Adoptium\jdk-8.0.352.8-hotspot\jre You can try some of the following options: - changing the IDE settings. - changing the JAVA_HOME environment variable. - changing `org.gradle.java.home` in `gradle.properties`.
Thank you for breaking this down by steps from the beginning. I have a PHP background and every tutorial on React jumps right into this with explaining what it is and I was so lost ☹
Hello , I'm having a problem with the "choco install -y openjdk8" part, my computer doesn't recognise the 'choco' command, I've tried several things but I don't know how to solve this problem? Do you have any ideas?
Hello sir, have been following your instructions to set things up until i couldnt reach "AVD Manager". I tried to install as much things as i can for that even enabling Virtualization in bios, how can i get that AVD Manager?
How to fix this issue. {{ Intel HAXM is required to run this AVD. Virtual machine acceleration driver is out-of-date.}} I'm beginner in react native. Please help me someone.
📚 Enroll NOW in The Full-Stack Mobile Developer course and don’t miss out on your chance to become a 6-figure dev in 2023! Check out what our successful students are saying about their experience:
academy.notjust.dev
You are amazing. This is actually the hardest installation ive iver faced. I had been looking for this video for hours. Thanks a lot for sharing and making such a complete and concise video!
After trying it out for about 3h, I finally got into this tutorial step-by-step (checking in the official docs as well for a tiny couple of diffs - as you recommended) and it FINALLY WORKED!!!! Huge thanks for it.
Thank you so much for this! i've been for hours strugglin just to get setup in react native and now im finally done and ready to get things done all thanks to you!
You're very welcome!
You should start a podcast where you teach me how to code from scratch to developer in a year. People would follow it
Thank you Vladim. I now have a real playing field to start working on. I would never have figured any of this stuff out on my own. This lesson should be a mandatory prerequisite for any newbie like me!
Thanks Stewart
I failed to install the CLI, so I installed Expo Go instead. Finally, I managed to install the CLI. Thank you :)
I tried every TH-cam video on how to do this. But only with your video I was able to do exactly this. Thanks Bro🙌
14:10 I did the steps when typing it in a station it gives me the following sentence "Segmentation fault"
YESSSS!!! After following other videos and failing to get react native to work on a virtual android device THIS video was the one that worked for me!!
That means a lot to me! This things are hard to nail down
Tks sooooo much bro !!!!!! I had lost two entire days trying install this correctly but unsuccessfully ! I almost gave up ... Tks for this !!!
You're welcome!
Your tutorial was amazing. I have struggled a lot when i tried initially, then i found your video and it was so easy and quick, only some version issues were there , still sorted it easily. Thank you so much.
Great to hear!
Brother, you're just the best. I've been looking for this video for a long time!
I'm watching while watching the subtitles automatically translated, but your video is the best.
Great video and its still relevant 2 years later
Glad it helped!
You are amazing my friend. I really enjoyed your streaming! You are the best.
Thank you very much, looking forward to the 3 day app building competition
Thank you so much! I couldn't get it to work until I got here!
This is the best video. All others use expo, which I didn't have a good experience with.
npx react-native init doesn't work for me. Copying Template always gives me an error. I followed their documentation to a T still doesn't work.
At 19:17 it's shows error in my pc with JAVA_HOME is not set and no Java command could be found
Great video, now I have a new development environment. SUCCESS!
thanks, you saved me. The other tutorial I found was giving an error, now it worked perfectly.
Your video saved my day at work, now I can creat and run my Bot Salesforce in android, thanks.
following all the steps but at 19:10 got error "error Android project not found. Are you sure this is a React Native project? If your Android files are located in a non-standard location (e.g. not inside 'android' folder), consider setting `project.android.sourceDir` option to point to a new location.
info Run CLI with --verbose flag for more details." any help will be appreciated. Thanks in advance.
Thank you for the guidance. I've been looking for 3 days how to download RN-CLI and now only i understood everything even though its out dated a bit. so thank you so mach🔥🔥🔥🔥🔥🔥🔥🔥
Thanks a lot man!!! I have strugled a lot before your tutorial,you really helped me by this
My friend is someone I greatly admire
Thank you 🙌
Great video! Thanks for the walkthrough
I try to run Android (npm run android) but keep getting this error "Kotlin could not find the required JDK tools in the Java installation. Make sure Kotlin compilation is running on a JDK, not JRE.", please help .
well I deleted the open Jdk in the file folder and then installed the open jdk again and its running now...
You are a god!!!. Easy to understand, straight forward. Thank you so much
it had really bein difficult to set the enviroment for react-native. founding this tuto helped a lot, thank you 🙏
Why was my comment deleted?
I said when I run the command "npm run android", I get the following error:
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
Instead of getting the community to help, my comment disappears. Even from my comment history - means it's deliberately deleted. That's plain mean
How did you resolve this error?getting same
Got me up and running. Thank you so much!
Hello and thanks for all your videos !! such a great and powerfull information !
Thanks Bro! You saved my job
I keep getting an error when I type adb, it says Segmentation fault. please help!
did your problem solved becouse i have same issue?
@@zainulabdinshaikh2758 yes it's not really an issue for me because my emulator is working. You can Ignore that step and continue. Everything will work fine.
this is a great video, just missed Expo part, once following the above video, I see app.tsx file with default content instead of a js file
If someone get error after tiping npx react-native in Terminal then open PowerShel and type this line and hit enter mkdir C:\Users\YOUR_PC_NAME\AppData\Roaming
pm. This need to fix error on that step.
it will ! but you also need to update npm to the latest version using this command : npm install -g npm@10.8.3 or the latest version number if this is outdated !
You are the best!!! Thank you🙂👍
Thank you so much.. Please how can i integration or open an existing built App i bought
Amazing. This tutorial helped me alot..Thank you!!
Love you so much ❤️, after 4 hours I got tis because of you
Cd project/RNFirstProject/: no such file or directory
It shows this comment
Kindly guide me how to solve this issue
amazingly well explained works for me
Great tutorial.... thank you so much Vadim
That was wonderfull!!! Everything worked like a charme! Thank you very much for you work :)
Great!! Thank you for your video!
Thank you very much man, It was very useful!
appreciate your work .....your video have been useful
Thank you 🙌
hello good day. i tried to install nodejs my windows defenders spotted a torjan house which cuts the installation process that results to not installing the npn. please how can I fix that?
thank you man your video is amazing
Hello thank you for your video ❤️
I just have one problem is that i dont find the app.js in my vs code 😞
Hi thank you for this step-by-step tutorial. For some reason when installing Android Studio, I am not getting Setup Wizard (9:26), any ideas on what I can do?
thank you so much for sharing, thank you so much, it helps me a lot
love u bro, u really help me a lot
This video is very helpful for beginners, thank you~
19:02
why does it say for me that it cant find such file or directory
Thank you for this video!
"then select the Q API Level 30 image." There is NO Q API Level 30 image!!
There is Q API Level 29 image and R API Level 30 image
What i should use?!
thank you very much for the tutorial, was extremely helpful, best believe I subscribed
finally its working omg thnx bro
Very good tutorial. well explained and documented
Greetings my friend. Thanks so much for this really wow!
Could you please assist me. At time stamp 15:08 when you input the projects folder you created, may I ask how do you create the project folder ? I do not have one, and from this point in the tutorial I can go no further.
Appreciate your help, thank you sir!
its just an empty folder named Projects that he had on his desktop
you can either make it manually or use 'mkdir' command to make one
It's a folder you create in the terminal. You can also create the project without making a project folder using expo init projectname
21:27 how did he get that folder?
Awesome, Great tutorial, Thanks
node: 18772) [DEP0040] Deprecationwarning: The 'punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation to show where the warning was created)
Can you resolve this issue. When I running this npm run Android command I getting this type of error
You are incredible! Thank you so much for the tutorial. Still, I have a doubt. Why are you running react-native start and after that react-native run-android? Could someone help me understand this in more detail please?
Thank uuu!!!!
react-native start:
This command starts the Metro bundler (previously known as Metro packager).
Metro is a JavaScript bundler that compiles and bundles your React Native JS code and assets into a single package, making it ready for the native app to load.
Once started, Metro will keep running and watching for any code changes, so when you modify and save your code, it will automatically bundle the changes.
react-native run-android:
This command compiles the native code and installs your app on a connected Android emulator or device.
After the app is installed and launched, it will connect to the Metro server (started by react-native start) to download the JS bundle.
If Metro isn't running, the app won't be able to load the JS bundle and will result in an error.
I only use react-native run-android when I use CMD not VS code terminal
Now I'm confidently send the link of this video , when someone says to me to set up his RN setUP. Thankew buddy
Aoa bhi g mujhy ap ki help cahye kindly
Mujh se 14:46 se agy nhi jaa pa rha
This is a useful video, Thanks for your support
Failed to construct transformer: Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
get this error when running android in vs code
Download the older version of node and not the latest one
Thanks for your nice and simple tutorial it helps alot ..!!!
Amazing video.Looking forward to be a React Native Dev. I'm yet to follow your React Native Tuts.🤝
So Clean and Simple to Follow ⭐⭐⭐⭐⭐
Such a great Tutorial,Thanks a lot bro...😍😍😍😍
hello, im stuck to launch my emulator it's giving "the emulator process for AVD has terminated" error, can you help?
best video on the setup
Hi bro, before I ask you a question, I need to say that you're awesome! 💪 I'd like to know if it's possible to follow react-native-cli tutorials while building with expo? Or there is complete difference in building process between these two? Thanks in advance 😊👍
Did you run into any major differences??
bro you are amazing, thank you so much
I get the error HAXM is not installed, and when I try to install it is says Hardware requirements not satisfied. Therefore I can't run the sim. Does anyone have any advice? Thanks
bruh how did you create folder of projects at 15:10 of video
Thank you sir this video is very helpful.
well in my terminal its only show cmd prompt, azure cloud shell and it doesn't show git, why???
hallo, may i asking. so when the step we need to edit the path on control panel, i accidently delete it. what should i do to fix that mistake, please.
This is the one and only video which resolved all my problems.Thanks man 🫡
Thank you very much sir 🙏.God bless you sir.
I couldn't install the additional tools for node.js on 5:04
THANK YOU I DID ALL YOUR STEPS AND MADE SUCCSEFULLY BUT I HAVE ONE PROBLEM I HAVE THIRD PART APPLICATION LIKE LMS FOR EDUCATION IT IS READY BUT I DO NOT KNOW HOW TO UPLOAD THAT PROJECT IS THERE ANY HELP PLEASE?
should i use OracleJDK? bcoz openjdk installization was not working on choco
Thank for this video. Learning allot here. Thank you so much! Just one thing though. On my environmental variables for User account, I do not have a path loaded on there, none at all. The path only appears in the box below regarding the system variables. Please could you confirm which file I must paste in order to create the path accordingly. I noticed yours mentions a windows app etc, could you detail how I need to navigate to that folder exactly. I tried, but it seems there is another sub folder that I need to tap into before I paste the address location. Please advise. Thank you!!!
Niceee. Amazing!!!!!
I love your work bro
Hi bro! when i try to npm ru android appears an error --->
Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
Your current JDK is located in C:\Program Files\Eclipse Adoptium\jdk-8.0.352.8-hotspot\jre
You can try some of the following options:
- changing the IDE settings.
- changing the JAVA_HOME environment variable.
- changing `org.gradle.java.home` in `gradle.properties`.
Thank you for breaking this down by steps from the beginning. I have a PHP background and every tutorial on React jumps right into this with explaining what it is and I was so lost ☹
Hello ,
I'm having a problem with the "choco install -y openjdk8" part, my computer doesn't recognise the 'choco' command, I've tried several things but I don't know how to solve this problem? Do you have any ideas?
yea i got the same problem as you...maybe i can send the yotutube link how to solve it?
Great Tutorial
Hello sir, have been following your instructions to set things up until i couldnt reach "AVD Manager". I tried to install as much things as i can for that even enabling Virtualization in bios, how can i get that AVD Manager?
ok but how do i ship my app to get installed and run for everyone to use? (i dont need playstore, I can just email)
Helps a lot !! :) tnx bro
Glad to hear that!
How to fix this issue. {{ Intel HAXM is required to run this AVD. Virtual machine acceleration driver is out-of-date.}} I'm beginner in react native. Please help me someone.