DEV Community

Laxman Nemane
Laxman Nemane

Posted on

πŸ—οΈ Prerequisites for React Native CLI (Android) πŸš€

Before building with React Native CLI, set up your development environment properly.

1️⃣ Install Node.js & npm πŸ“¦
πŸ”Ή Download Node.js (LTS) πŸ‘‰ https://nodejs.org/en

2️⃣ Install VS Code πŸ“
Download & install VS Code πŸ‘‰ code.visualstudio.com

3️⃣ Install JDK (Java Development Kit) β˜•
πŸ”Ή Download & install JDK 11+ πŸ‘‰ Adoptium JDK

4️⃣ Install Android Studio & SDK πŸ€–
πŸ”Ή Download & install Android Studio πŸ‘‰ developer.android.com
πŸ”Ή Install:
βœ… Android SDK
βœ… SDK Command-line Tools
βœ… Android SDK Platform
βœ… Android Virtual Device (AVD)

5️⃣ Set Up ADB & Environment Variables 🌍
πŸ”Ή Please take a look at this official documentation. πŸ‘‰ https://reactnative.dev/docs/set-up-your-environment

βœ… Cross-check & Use the Latest Versions!
Before proceeding, please make sure you're using all tools' latest stable versions. Keeping them up to date will help avoid compatibility issues and make coding smoother! πŸš€

Thanks for reading! Stay tuned! πŸŽ‰
This is just the beginning! We'll continue our React Native Series, so stay tuned for the next post. Happy coding! πŸ˜ƒ

Top comments (0)