You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: react-native-scripts/src/scripts/android.js
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,10 @@ async function startAndroidAndPrintInfo() {
25
25
26
26
qr.generate(address,qrCode=>{
27
27
console.log(
28
-
`To view your app with live reloading, point the Exponent app to this QR code:
28
+
`To view your app with live reloading, point the Exponent app to this QR code. You'll find the QR scanner on the Projects tab of the app, under the '+' menu.
29
29
30
30
${indent(qrCode,2)}
31
31
32
-
You'll find the QR scanner on the Projects tab of the app, under the '+' menu.
33
-
34
32
Or enter this address in the Exponent app's search bar:
Copy file name to clipboardExpand all lines: react-native-scripts/src/scripts/ios.js
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,10 @@ async function startSimulatorAndPrintInfo() {
43
43
if(success){
44
44
qr.generate(address,qrCode=>{
45
45
console.log(
46
-
`To view your app with live reloading, point the Exponent app to this QR code:
46
+
`To view your app with live reloading, point the Exponent app to this QR code. You'll find the QR scanner on the Projects tab of the app, under the '+' menu.
47
47
48
48
${indent(qrCode,2)}
49
49
50
-
You'll find the QR scanner on the Projects tab of the app, under the '+' menu.
51
-
52
50
Or enter this address in the Exponent app's search bar:
Copy file name to clipboardExpand all lines: react-native-scripts/src/scripts/start.js
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,10 @@ async function printServerInfo() {
23
23
console.log(
24
24
`${chalk.green('Packager started!')}
25
25
26
-
To view your app with live reloading, point the Exponent app to this QR code:
26
+
To view your app with live reloading, point the Exponent app to this QR code. You'll find the QR scanner on the Projects tab of the app, under the '+' menu.
27
27
28
28
${indent(qrCode,2)}
29
29
30
-
You'll find the QR scanner on the Projects tab of the app, under the '+' menu.
31
-
32
30
Or enter this address in the Exponent app's search bar:
0 commit comments