React native tutorial in Hindi #1 React-Native Setup in Windows | Android environment

Опубликовано: 26 Май 2026
на канале: Efinepay Tech
393
6

Here we learn how to set up an Android environment in windows OS for react native in Hindi for beginners. this course is made by anil Sidhu in the Hindi language.
points of video
We Will follow official docs for RN Setup
node, and JDK
Install Andriod studio
Downloads SDK and emulator
Add environment variables
Create RN App
Run app

react native environment setup for windows 10
react native environment setup for mac
react native environment setup for ubuntu
react native environment setup for windows 11
react native environment setup for mac android
react native environment variables
react native environment setup for windows 10 hindi
react native environment setup for macos
react native env variable
react native environment setup in hindi
react native environment setup for windows 10 tamil
react native enzyme testing
react native engineer codewala
react native env setup
#reactNativeEnvironmentSetup
#reactnative
Install Node.js and npm:

Go to the Node.js website (https://nodejs.org/) and download the latest version of Node.js for Windows.
Run the downloaded installer and follow the prompts to install Node.js and npm.
Install Python 2:

React Native requires Python 2 to be installed on your system. You can download Python 2 from the official website (https://www.python.org/downloads/rele....
Run the downloaded installer and follow the prompts to install Python 2.
Install the React Native CLI:

Open a new command prompt or terminal window.
Run the following command to install the React Native CLI: npm install -g react-native-cli
This will install the React Native command-line interface globally on your system.
Set up Android development environment:

React Native requires the Android SDK to be installed on your system to build and run Android applications. Follow the instructions in the React Native documentation (https://reactnative.dev/docs/environm...) to set up the Android development environment.
Create a new React Native project:

Open a new command prompt or terminal window.
Run the following command to create a new React Native project: npx react-native init myproject
This will create a new project in a directory called "myproject".
Run the React Native project:

Open a new command prompt or terminal window and navigate to the project directory (e.g. cd myproject).
Run the following command to start the development server: npx react-native start
Open another command prompt or terminal window and navigate to the project directory.
Run the following command to build and run the project on an Android emulator or device: npx react-native run-android
That's it! You have successfully installed React Native and created a new project. You can now start building your React Native application using your preferred code editor.