React native installation on Windows 11
Basic installation requirements
VSCode
Java(OpenJDK)
Android Studio
I had already VSCode installed on my laptop as I have been a React JS developer for the last 2 years. but I never installed it before, so I watched many videos and tried to install it. I wanted to install it in various ways but failed, later, I installed it from Oracle. some important advice that you have to set the environment path manually where openjdk is saved in your PC(e.g. C:\Program Files\Java\jdk-22)
Another thing I learned is that if you have a normal laptop with below 6 GB RAM then react native in Windows will be a super headache for you. So, free advice is that avoid react native coding in Windows, instead, try to build the applications in MaC.