How to Set Up Your React Native Development Environment
Install Node.js
Ensure Node.js is installed on your system.
Visit https://nodejs.org
Download and install the latest version
node --version
npm --version
Install Java Development Kit (JDK)
React Native needs Java for Android app developmen...
react-native-installation-on-windows.hashnode.dev2 min read