Showing
3 changed files
with
8 additions
and
3 deletions
Too many changes to show.
To preserve performance only 3 of 4 files are displayed.
@@ -104,7 +104,6 @@ When starting your project, you'll see something like this for your project URL: | @@ -104,7 +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 | - | ||
108 | 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. |
109 | 108 | ||
110 | 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: |
@@ -199,3 +198,9 @@ There are a few steps you may want to take to troubleshoot these kinds of errors | @@ -199,3 +198,9 @@ There are a few steps you may want to take to troubleshoot these kinds of errors | ||
199 | 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. |
200 | 199 | ||
201 | 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 |
@@ -6,10 +6,10 @@ | @@ -6,10 +6,10 @@ | ||
6 | "slug": "jaikuaamina", | 6 | "slug": "jaikuaamina", |
7 | "sdkVersion": "27.0.0", | 7 | "sdkVersion": "27.0.0", |
8 | "ios": { | 8 | "ios": { |
9 | - "bundleIdentifier": "org.gsgo.jaikuaamina" | 9 | + "bundleIdentifier": "py.gov.senatics.jaikuaamina" |
10 | }, | 10 | }, |
11 | "android": { | 11 | "android": { |
12 | - "package": "org.gsgo.jaikuaamina", | 12 | + "package": "py.gov.senatics.jaikuaamina", |
13 | "permissions": [ | 13 | "permissions": [ |
14 | "ACCESS_FINE_LOCATION" | 14 | "ACCESS_FINE_LOCATION" |
15 | ] | 15 | ] |
jaikuaamina-app/jaikuaamina.jks
0 → 100644
No preview for this file type
Please
register
or
login
to post a comment