From 2e341a8f1e626c8af7a8652b567615754cf688fe Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 26 Sep 2018 19:39:12 +0000 Subject: [PATCH] Deploy website Deploy website version based on bd0d32a64049051a8eea5bb662ab1699464a6ec1 --- docs/next/getting-started.html | 6 +++--- docs/next/getting-started/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/next/getting-started.html b/docs/next/getting-started.html index 3fab944338d..4b6e8059926 100644 --- a/docs/next/getting-started.html +++ b/docs/next/getting-started.html @@ -140,8 +140,8 @@

Now what?

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

Running your app on a simulator or virtual device

@@ -149,7 +149,7 @@

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 Create React Native App 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.

-

If you know that you'll eventually need to include your own native code, Create React Native App is still a good way to get started. In that case you'll just need to "eject" eventually to create your own native builds. If you do eject, the "Building Projects with Native Code" instructions will be required to continue working on your project.

+

If you know that you'll eventually need to include your own native code, Create React Native App is still a good way to get started. In that case you'll just need to "eject" eventually to create your own native builds. If you do eject, the "Building Projects with Native Code" instructions will be required to continue working on your project.

Create React Native App configures your project to use the most recent React Native version that is supported by the Expo client app. The Expo client app usually gains support for a given React Native version about a week after the React Native version is released as stable. You can check this document to find out what versions are supported.

If you're integrating React Native into an existing project, you'll want to skip Create React Native App and go directly to setting up the native build environment. Select "Building Projects with Native Code" above for instructions on configuring a native build environment for React Native.

diff --git a/docs/next/getting-started/index.html b/docs/next/getting-started/index.html index 3fab944338d..4b6e8059926 100644 --- a/docs/next/getting-started/index.html +++ b/docs/next/getting-started/index.html @@ -140,8 +140,8 @@

Now what?

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

Running your app on a simulator or virtual device

@@ -149,7 +149,7 @@

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 Create React Native App 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.

-

If you know that you'll eventually need to include your own native code, Create React Native App is still a good way to get started. In that case you'll just need to "eject" eventually to create your own native builds. If you do eject, the "Building Projects with Native Code" instructions will be required to continue working on your project.

+

If you know that you'll eventually need to include your own native code, Create React Native App is still a good way to get started. In that case you'll just need to "eject" eventually to create your own native builds. If you do eject, the "Building Projects with Native Code" instructions will be required to continue working on your project.

Create React Native App configures your project to use the most recent React Native version that is supported by the Expo client app. The Expo client app usually gains support for a given React Native version about a week after the React Native version is released as stable. You can check this document to find out what versions are supported.

If you're integrating React Native into an existing project, you'll want to skip Create React Native App and go directly to setting up the native build environment. Select "Building Projects with Native Code" above for instructions on configuring a native build environment for React Native.