From 23f58d82e5efd89c144264d764bb00997a22d141 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 16 May 2019 15:15:03 +0000 Subject: [PATCH] Deploy website Deploy website version based on 2392580accf52ecdbcb2f55440fd25697456e9a1 --- docs/next/getting-started.html | 15 +++++++++------ docs/next/getting-started/index.html | 15 +++++++++------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/docs/next/getting-started.html b/docs/next/getting-started.html index 5047830ff29..cf723ec4676 100644 --- a/docs/next/getting-started.html +++ b/docs/next/getting-started.html @@ -213,13 +213,16 @@ npm start # you can also use: expo start

While you can use any editor of your choice to develop your app, you will need to install Android Studio in order to set up the necessary tooling to build your React Native app for Android.

-

Node, Watchman

-

We recommend installing Node and Watchman using Homebrew. Run the following commands in a Terminal after installing Homebrew:

-
brew install node
-brew install watchman
+

Node, Watchman, JDK

+

We recommend installing Node, Watchman, and JDK using Homebrew. Run the following commands in a Terminal after installing Homebrew:

+
brew install node
+brew install watchman
+brew tap AdoptOpenJDK/openjdk
+brew cask install adoptopenjdk8
 

If you have already installed Node on your system, make sure it is Node 8.3 or newer.

Watchman is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance.

+

If you have already installed JDK on your system, make sure it is JDK 8 or newer.

Node

Follow the installation instructions for your Linux distribution to install Node 8.3 or newer.

@@ -259,9 +262,9 @@ npm start # you can also use: expo start

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

-

+

Java Development Kit

-

React Native requires a recent version of the Java SE Development Kit (JDK). Download and install Oracle JDK 8 if needed. You can also use OpenJDK 8 as an alternative.

+

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.

Android development environment

Setting up your development environment can be somewhat tedious if you're new to Android development. If you're already familiar with Android development, there are a few things you may need to configure. In either case, please make sure to carefully follow the next few steps.

diff --git a/docs/next/getting-started/index.html b/docs/next/getting-started/index.html index 5047830ff29..cf723ec4676 100644 --- a/docs/next/getting-started/index.html +++ b/docs/next/getting-started/index.html @@ -213,13 +213,16 @@ npm start # you can also use: expo start

While you can use any editor of your choice to develop your app, you will need to install Android Studio in order to set up the necessary tooling to build your React Native app for Android.

-

Node, Watchman

-

We recommend installing Node and Watchman using Homebrew. Run the following commands in a Terminal after installing Homebrew:

-
brew install node
-brew install watchman
+

Node, Watchman, JDK

+

We recommend installing Node, Watchman, and JDK using Homebrew. Run the following commands in a Terminal after installing Homebrew:

+
brew install node
+brew install watchman
+brew tap AdoptOpenJDK/openjdk
+brew cask install adoptopenjdk8
 

If you have already installed Node on your system, make sure it is Node 8.3 or newer.

Watchman is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance.

+

If you have already installed JDK on your system, make sure it is JDK 8 or newer.

Node

Follow the installation instructions for your Linux distribution to install Node 8.3 or newer.

@@ -259,9 +262,9 @@ npm start # you can also use: expo start

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

-

+

Java Development Kit

-

React Native requires a recent version of the Java SE Development Kit (JDK). Download and install Oracle JDK 8 if needed. You can also use OpenJDK 8 as an alternative.

+

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.

Android development environment

Setting up your development environment can be somewhat tedious if you're new to Android development. If you're already familiar with Android development, there are a few things you may need to configure. In either case, please make sure to carefully follow the next few steps.