Commit 5f7c85860611db784eff2f8f2b7f754ae785d089

Authored by Ricardo Ramirez
1 parent 723c20d2

Se modifica el archivo README.md

Showing 1 changed file with 6 additions and 5 deletions
@@ -104,11 +104,6 @@ When starting your project, you'll see something like this for your project URL: @@ -104,11 +104,6 @@ When starting your project, you'll see something like this for your project URL:
104 ``` 104 ```
105 exp://192.168.0.2:19000 105 exp://192.168.0.2:19000
106 ``` 106 ```
107 -### Key store information  
108 -  
109 -Keystore password: 18d9a50de04f908c559746941348e3b1  
110 -Key alias: QHJyYW1pcmV6L2phaWt1YWFtaW5h  
111 -Key password: 4d488acf1debcd8ed7845007dfcfe78e  
112 The "manifest" at that URL tells the Expo app how to retrieve and load your app's JavaScript bundle, so even if you load it in the app via a URL like `exp://localhost:19000`, the Expo client app will still try to retrieve your app at the IP address that the start script provides. 107 The "manifest" at that URL tells the Expo app how to retrieve and load your app's JavaScript bundle, so even if you load it in the app via a URL like `exp://localhost:19000`, the Expo client app will still try to retrieve your app at the IP address that the start script provides.
113 108
114 In some cases, this is less than ideal. This might be the case if you need to run your project inside of a virtual machine and you have to access the packager via a different IP address than the one which prints by default. In order to override the IP address or hostname that is detected by Create React Native App, you can specify your own hostname via the `REACT_NATIVE_PACKAGER_HOSTNAME` environment variable: 109 In some cases, this is less than ideal. This might be the case if you need to run your project inside of a virtual machine and you have to access the packager via a different IP address than the one which prints by default. In order to override the IP address or hostname that is detected by Create React Native App, you can specify your own hostname via the `REACT_NATIVE_PACKAGER_HOSTNAME` environment variable:
@@ -203,3 +198,9 @@ There are a few steps you may want to take to troubleshoot these kinds of errors @@ -203,3 +198,9 @@ There are a few steps you may want to take to troubleshoot these kinds of errors
203 If you're not able to scan the QR code, make sure your phone's camera is focusing correctly, and also make sure that the contrast on the two colors in your terminal is high enough. For example, WebStorm's default themes may [not have enough contrast](https://github.com/react-community/create-react-native-app/issues/49) for terminal QR codes to be scannable with the system barcode scanners that the Expo app uses. 198 If you're not able to scan the QR code, make sure your phone's camera is focusing correctly, and also make sure that the contrast on the two colors in your terminal is high enough. For example, WebStorm's default themes may [not have enough contrast](https://github.com/react-community/create-react-native-app/issues/49) for terminal QR codes to be scannable with the system barcode scanners that the Expo app uses.
204 199
205 If this causes problems for you, you may want to try changing your terminal's color theme to have more contrast, or running Create React Native App from a different terminal. You can also manually enter the URL printed by the packager script in the Expo app's search bar to load it manually. 200 If this causes problems for you, you may want to try changing your terminal's color theme to have more contrast, or running Create React Native App from a different terminal. You can also manually enter the URL printed by the packager script in the Expo app's search bar to load it manually.
  201 +
  202 +### Key Store Information
  203 +
  204 +Keystore password: 18d9a50de04f908c559746941348e3b1
  205 +Key alias: QHJyYW1pcmV6L2phaWt1YWFtaW5h
  206 +Key password: 4d488acf1debcd8ed7845007dfcfe78e
Please register or login to post a comment