VJVikash Jhainvjha125.hashnode.dev·Jan 28, 2023 · 1 min readReact Native First Application Hello WorldSteps to create React Native application First, you have to start your emulator (Android Emulator) and make it live. Create a directory (ReactNative) in your drive. Open "Command Prompt" or "Terminal" and go to your ReactNative directory. Write a...00
VJVikash Jhainvjha125.hashnode.dev·Jan 27, 2023 · 1 min readPreInsatallation guide For React Native for windows:-Install Chocolatey:- A well‐known package manager for Windows. check choco -version. Install Node Js : - https://nodejs.org/en/ check Node version:- node --version Installing JDK8 (Java Development Kit) :- To install the JDK8, go to the Window...00