From 0d16298f5bb4ec388c20e4cdff9e88ed2c2f8736 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 7 Feb 2019 14:21:59 +0000 Subject: [PATCH] Deploy website Deploy website version based on 3c9f460ce8191e8e6b8a0dac7e801703a4167d2b --- docs/next/getting-started.html | 2 +- docs/next/getting-started/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/getting-started.html b/docs/next/getting-started.html index 4428acd5f1b..b2d22f827ff 100644 --- a/docs/next/getting-started.html +++ b/docs/next/getting-started.html @@ -147,7 +147,7 @@ npm start #you can also use: expo start

If you're curious to learn more about React Native, continue on to the Tutorial.

Running your app on a simulator or virtual device

-

Expo CLI makes it really easy to run your React Native app on a physical device without setting up a development environment. If you want to run your app on the iOS Simulator or an Android Virtual Device, please refer to the instructions for building projects with native code to learn how to install Xcode and set up your Android development environment.

+

Expo CLI makes it really easy to run your React Native app on a physical device without setting up a development environment. If you want to run your app on the iOS Simulator or an Android Virtual Device, please refer to the instructions for building projects with native code to learn how to install Xcode or set up your Android development environment.

Once you've set these up, you can launch your app on an Android Virtual Device by running npm run android, or on the iOS Simulator by running npm run ios (macOS only).

Caveats

Because you don't build any native code when using Expo to create a project, it's not possible to include custom native modules beyond the React Native APIs and components that are available in the Expo client app.

diff --git a/docs/next/getting-started/index.html b/docs/next/getting-started/index.html index 4428acd5f1b..b2d22f827ff 100644 --- a/docs/next/getting-started/index.html +++ b/docs/next/getting-started/index.html @@ -147,7 +147,7 @@ npm start #you can also use: expo start

If you're curious to learn more about React Native, continue on to the Tutorial.

Running your app on a simulator or virtual device

-

Expo CLI makes it really easy to run your React Native app on a physical device without setting up a development environment. If you want to run your app on the iOS Simulator or an Android Virtual Device, please refer to the instructions for building projects with native code to learn how to install Xcode and set up your Android development environment.

+

Expo CLI makes it really easy to run your React Native app on a physical device without setting up a development environment. If you want to run your app on the iOS Simulator or an Android Virtual Device, please refer to the instructions for building projects with native code to learn how to install Xcode or set up your Android development environment.

Once you've set these up, you can launch your app on an Android Virtual Device by running npm run android, or on the iOS Simulator by running npm run ios (macOS only).

Caveats

Because you don't build any native code when using Expo to create a project, it's not possible to include custom native modules beyond the React Native APIs and components that are available in the Expo client app.