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.
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).
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 startIf you're curious to learn more about React Native, continue on to the Tutorial.
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).
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.