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.
The React Native command line tools allow you to easily create and initialize projects, etc.
If you see the error,
EACCES: permission denied, please run the command:sudo npm install -g react-native-cli.
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 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 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 iAdd Android Tools Directory to your
PATH#You can add the Android tools directory on your
PATHin case you need to run any of the Android tools from the command line such asandroid avd. In your~/.bashor~/.bash_profile:# Your exact string here may be different. PATH="~/Library/Android/sdk/tools:~/Library/Android/sdk/platform-tools:${PATH}" -export PATHGradle 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 gitNuclide #
[Nuclide] is an IDE from Facebook providing a first-class development environment for writing,