diff --git a/docs/next/getting-started.html b/docs/next/getting-started.html index 14116b440a1..4af22325b53 100644 --- a/docs/next/getting-started.html +++ b/docs/next/getting-started.html @@ -200,9 +200,11 @@ npm start # you can also use: expo start

Xcode

The easiest way to install Xcode is via the Mac App Store. Installing Xcode will also install the iOS Simulator and all the necessary tools to build your iOS app.

If you have already installed Xcode on your system, make sure it is version 9.4 or newer.

-

Command Line Tools

+

Command Line Tools

You will also need to install the Xcode Command Line Tools. Open Xcode, then choose "Preferences..." from the Xcode menu. Go to the Locations panel and install the tools by selecting the most recent version in the Command Line Tools dropdown.

Xcode Command Line Tools

+

Installing an iOS Simulator in Xcode

+

To install a simulator, open Xcode > Preferences... and select the Components tab. Select a simulator with the corresponding version of iOS you wish to use.

Java Development Kit

React Native requires version 8 of the Java SE Development Kit (JDK). You may download and install OpenJDK from AdoptOpenJDK or your system packager. You may also Download and install Oracle JDK 8 if desired.

diff --git a/docs/next/getting-started/index.html b/docs/next/getting-started/index.html index 14116b440a1..4af22325b53 100644 --- a/docs/next/getting-started/index.html +++ b/docs/next/getting-started/index.html @@ -200,9 +200,11 @@ npm start # you can also use: expo start

Xcode

The easiest way to install Xcode is via the Mac App Store. Installing Xcode will also install the iOS Simulator and all the necessary tools to build your iOS app.

If you have already installed Xcode on your system, make sure it is version 9.4 or newer.

-

Command Line Tools

+

Command Line Tools

You will also need to install the Xcode Command Line Tools. Open Xcode, then choose "Preferences..." from the Xcode menu. Go to the Locations panel and install the tools by selecting the most recent version in the Command Line Tools dropdown.

Xcode Command Line Tools

+

Installing an iOS Simulator in Xcode

+

To install a simulator, open Xcode > Preferences... and select the Components tab. Select a simulator with the corresponding version of iOS you wish to use.

Java Development Kit

React Native requires version 8 of the Java SE Development Kit (JDK). You may download and install OpenJDK from AdoptOpenJDK or your system packager. You may also Download and install Oracle JDK 8 if desired.