diff --git a/releases/next/docs/getting-started.html b/releases/next/docs/getting-started.html index dc5f9c67d3f..86eb6d107f2 100644 --- a/releases/next/docs/getting-started.html +++ b/releases/next/docs/getting-started.html @@ -51,7 +51,7 @@ recommended installs.

brew install node

React Native Command Line Tools #

The React Native command line tools allow you to easily create and initialize projects, etc.

npm install -g react-native-cli

If you see the error, EACCES: permission denied, please run the command: sudo npm install -g react-native-cli.

-

XCode #

Xcode 7.0 or higher. Open the App Store or go to https://developer.apple.com/xcode/downloads/. This will also install git as well.

+

Xcode #

Xcode 7.0 or higher. Open the App Store or go to https://developer.apple.com/xcode/downloads/. This will also install git as well.

Android Studio #

Android Studio 2.0 or higher. This will provide you the Android SDK and emulator required to run and test your React Native apps.

Android Studio requires the Java Development Kit [JDK] 1.8 or higher. You can type @@ -69,7 +69,7 @@ Flow as part of your codebase).

brew i

Add Android Tools Directory to your PATH #

You can add the Android tools directory on your PATH in case you need to run any of the Android tools from the command line such as android avd. In your ~/.bash or ~/.bash_profile:

# Your exact string here may be different. PATH="~/Library/Android/sdk/tools:~/Library/Android/sdk/platform-tools:${PATH}" -export PATH

Gradle Daemon #

Enable Gradle Daemon which greatly improves incremental build times for changes in java code.

Other Optional Installs #

Git #

Git version control. If you have installed XCode, Git is +export PATH

Gradle Daemon #

Enable Gradle Daemon which greatly improves incremental build times for changes in java code.

Other Optional Installs #

Git #

Git version control. If you have installed Xcode, Git is already installed, otherwise run the following:

brew install git

Nuclide #

[Nuclide] is an IDE from Facebook providing a first-class development environment for writing,