Commit 723c20d28e1a279467ea3e0ca5ecb7c28fe0bcbf

Authored by Ricardo Ramirez
1 parent 091d8d5d

Se crea la primera version de la app para Android

Too many changes to show.

To preserve performance only 4 of 5 files are displayed.

@@ -104,7 +104,11 @@ When starting your project, you'll see something like this for your project URL: @@ -104,7 +104,11 @@ 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
107 108
  109 +Keystore password: 18d9a50de04f908c559746941348e3b1
  110 +Key alias: QHJyYW1pcmV6L2phaWt1YWFtaW5h
  111 +Key password: 4d488acf1debcd8ed7845007dfcfe78e
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. 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.
109 113
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: 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:
@@ -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 ]
@@ -7,7 +7,7 @@ export const STATUS_BAR_HEIGHT = Constants.statusBarHeight @@ -7,7 +7,7 @@ export const STATUS_BAR_HEIGHT = Constants.statusBarHeight
7 // DEV 7 // DEV
8 export const SENATICS_URL = 'http://162.243.3.243:2128/api' 8 export const SENATICS_URL = 'http://162.243.3.243:2128/api'
9 9
10 -export const BACKEND_URL = '162.243.3.243:15000' 10 +export const BACKEND_URL = 'https://appaip.paraguay.gov.py'
11 export const NOTIFICATION_ICON = 'http://ayuda.tesis-jmgo.cnc.una.py/img/jaikuaamina.icon.png' 11 export const NOTIFICATION_ICON = 'http://ayuda.tesis-jmgo.cnc.una.py/img/jaikuaamina.icon.png'
12 export const INFO_PY_URL = 'https://informacionpublica.paraguay.gov.py/portal/' 12 export const INFO_PY_URL = 'https://informacionpublica.paraguay.gov.py/portal/'
13 export const PORTAL_DENUNCIAS_URL = 'http://www.denuncias.gov.py' 13 export const PORTAL_DENUNCIAS_URL = 'http://www.denuncias.gov.py'
No preview for this file type
Please register or login to post a comment