diff --git a/docs/getting-started.html b/docs/getting-started.html index 8d4a2e7fbfa..c6900a651bb 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -384,7 +384,7 @@ npm start # you can also use: expo start
This is not necessary if you are integrating React Native into an existing application, if you "ejected" from Create React Native App, or if you're adding Android support to an existing React Native project (see Platform Specific Code). You can also use a third-party CLI to init your React Native app, such as Ignite CLI.
If you want to start a new project with a specifc React Native version, you can use the --version argument:
If you want to start a new project with a specific React Native version, you can use the --version argument:
react-native init AwesomeProject --version X.XX.X
react-native init AwesomeProject --version react-native@next
diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html
index 8d4a2e7fbfa..c6900a651bb 100644
--- a/docs/getting-started/index.html
+++ b/docs/getting-started/index.html
@@ -384,7 +384,7 @@ npm start # you can also use: expo start
This is not necessary if you are integrating React Native into an existing application, if you "ejected" from Create React Native App, or if you're adding Android support to an existing React Native project (see Platform Specific Code). You can also use a third-party CLI to init your React Native app, such as Ignite CLI.
If you want to start a new project with a specifc React Native version, you can use the --version argument:
If you want to start a new project with a specific React Native version, you can use the --version argument:
react-native init AwesomeProject --version X.XX.X
react-native init AwesomeProject --version react-native@next
diff --git a/docs/more-resources.html b/docs/more-resources.html
index d44f8540bea..40f99c2e157 100644
--- a/docs/more-resources.html
+++ b/docs/more-resources.html
@@ -91,7 +91,7 @@
App Center is a service from Microsoft that makes it easy to deploy live updates to your React Native app. If you don't like going through the app store process to deploy little tweaks, and you also don't like setting up your own backend, give App Center a try.
Expo is a development environment plus application that focuses on letting you build React Native apps in the Expo development environment, without ever touching Xcode or Android Studio. If you wish React Native was even more JavaScripty and webby, check out Expo.
Yoga is a stand-alone layout engine that extends beyond React Native and allows product engineers to build layouts quickly for multiple platforms with a highly optimized open source layout engine designed with speed, size, and ease of use in mind.
-Bugsnag, Microsoft App Center, and Sentry all provide excellent crash and error monitoring services for React and React Native apps. These services allow you to proactively monitor crashes and issues occuring on your apps in real time so you can fix them quickly and improve user experience.
+Bugsnag, Microsoft App Center, and Sentry all provide excellent crash and error monitoring services for React and React Native apps. These services allow you to proactively monitor crashes and issues occurring on your apps in real time so you can fix them quickly and improve user experience.
The React Developer Tools are great for debugging React and React Native apps.