Skip to content

Commit 958b14e

Browse files
brentvatneanp
authored andcommitted
Fix QR button location message, it's no longer under the + menu (expo#97)
1 parent f268663 commit 958b14e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ cd my-app/
1818
$ npm start
1919
```
2020

21-
Install the [Expo](https://expo.io) app on your iOS or Android phone, and use the QR code in the terminal to open your app. Find the QR scanner by pressing the '+' menu on the Projects tab. When you're ready to share your project with others (for example, by deploying to an app store), read the [Sharing & Deployment](https://github.com/react-community/create-react-native-app/blob/master/react-native-scripts/template/README.md#sharing-deployment) section of the User Guide.
21+
Install the [Expo](https://expo.io) app on your iOS or Android phone, and use the QR code in the terminal to open your app. Find the QR scanner on the Projects tab of the app. When you're ready to share your project with others (for example, by deploying to an app store), read the [Sharing & Deployment](https://github.com/react-community/create-react-native-app/blob/master/react-native-scripts/template/README.md#sharing-deployment) section of the User Guide.
2222

2323
Create React Native App allows you to work with all of the [Components and APIs](https://facebook.github.io/react-native/docs/getting-started.html) in React Native, as well as most of the [JavaScript APIs](https://docs.expo.io/versions/latest/sdk/index.html) that the Expo App provides.
2424

react-native-scripts/src/scripts/android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function startAndroidAndPrintInfo() {
2828
`${chalk.green('Packager started!')}
2929
3030
To view your app with live reloading, point the Expo app to this QR code.
31-
You'll find the QR scanner on the Projects tab of the app, under the '+' menu.
31+
You'll find the QR scanner on the Projects tab of the app.
3232
3333
${indent(qrCode, 2)}
3434

react-native-scripts/src/scripts/ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function startSimulatorAndPrintInfo() {
4646
`${chalk.green('Packager started!')}
4747
4848
To view your app with live reloading, point the Expo app to this QR code.
49-
You'll find the QR scanner on the Projects tab of the app, under the '+' menu.
49+
You'll find the QR scanner on the Projects tab of the app.
5050
5151
${indent(qrCode, 2)}
5252

react-native-scripts/src/scripts/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async function printServerInfo() {
2424
`${chalk.green('Packager started!')}
2525
2626
To view your app with live reloading, point the Expo app to this QR code.
27-
You'll find the QR scanner on the Projects tab of the app, under the '+' menu.
27+
You'll find the QR scanner on the Projects tab of the app.
2828
2929
${indent(qrCode, 2)}
3030

0 commit comments

Comments
 (0)