
You will want to install Node.js version 6 or newer. Install Node.js by following the installation instructions for your Linux distribution. Run the following command as Administrator if you don’t have a JDK or have a version older than 8. Run the following command as Administrator if you don’t have Python 2. Python is needed to run the React Native build scripts. Run the following command as Administrator (Right-click on Command Prompt and select “Run as Administrator”), Install Node.js if you don’t have it or have a version older than 4. It’s like having Android Studio do a build each time you save your file.įinally, download and install JDK 8 or newer if needed.įirst, install Chocolatey using the instructions on the Chocolatey website.

This is used by React Native to figure out when your code changes, and rebuild accordingly. Next, use homebrew to install watchman, a file watcher from Facebook. Then, install Node.js by executing the following in the terminal. Follow the instructions for your system to make sure you installed the required versions.įirst, install Homebrew using the instructions on the Homebrew website. React Native also requires a recent version of the Java SE Development Kit (JDK) to run on Android.

React Native uses Node.js, a JavaScript runtime, to build your JavaScript code.
