Installation Guide
Purpose :
This setup is required to run the ReelEaseAI React Native app on
Android devices, iOS simulators, or real devices.
Node Setup
- Download Node.js: Download Node.js
- Install LTS version
Step 1: Download Node.js
Step 2: Verify Installation
node -v
npm -v
Step 3: (Optional) Install NVM (Version Manager)
Download from GitHub: Download NVM for Windows
Step 4: Install Specific Node Version
nvm install 18
nvm use 18
Final Result: Node.js installed and ready for React Native development.