Sfoglia il codice sorgente

Upload files to ''

Última entrega. Incluye pantallas de insert de Laura y pantallas de display de Coral.  La última vez que se corrieron, todo corrió bien.  Para ver cuál fue el resultado, baje el app Expo y siga este enlace: https://expo.io/@coralsalort/projects/GroceryPolice_Final. Aún las pantallas no se hacen display solas, hay que retroceder y volver a la pantalla para ver reflejado cualquier insert.
coral.salort 3 anni fa
parent
commit
f19b9bd16a
4 ha cambiato i file con 40 aggiunte e 0 eliminazioni
  1. 17
    0
      README.md
  2. 4
    0
      assets.json
  3. 10
    0
      packager-info.json
  4. 9
    0
      settings.json

+ 17
- 0
README.md Vedi File

@@ -0,0 +1,17 @@
1
+> Why do I have a folder named ".expo" in my project?
2
+
3
+The ".expo" folder is created when an Expo project is started using "expo start" command.
4
+
5
+> What does the "packager-info.json" file contain?
6
+
7
+The "packager-info.json" file contains port numbers and process PIDs that are used to serve the application to the mobile device/simulator.
8
+
9
+> What does the "settings.json" file contain?
10
+
11
+The "settings.json" file contains the server configuration that is used to serve the application manifest.
12
+
13
+> Should I commit the ".expo" folder?
14
+
15
+No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine.
16
+
17
+Upon project creation, the ".expo" folder is already added to your ".gitignore" file.

+ 4
- 0
assets.json Vedi File

@@ -0,0 +1,4 @@
1
+{
2
+  "12bb71342c6255bbf50437ec8f4441c083f47cdb74bd89160c15e4f43e52a1cb": true,
3
+  "40b842e832070c58deac6aa9e08fa459302ee3f9da492c7e77d93d2fbf4a56fd": true
4
+}

+ 10
- 0
packager-info.json Vedi File

@@ -0,0 +1,10 @@
1
+{
2
+  "devToolsPort": 19002,
3
+  "expoServerPort": 19000,
4
+  "packagerPort": 19000,
5
+  "packagerPid": null,
6
+  "expoServerNgrokUrl": null,
7
+  "packagerNgrokUrl": null,
8
+  "ngrokPid": null,
9
+  "webpackServerPort": null
10
+}

+ 9
- 0
settings.json Vedi File

@@ -0,0 +1,9 @@
1
+{
2
+  "hostType": "lan",
3
+  "lanType": "ip",
4
+  "dev": true,
5
+  "minify": false,
6
+  "urlRandomness": null,
7
+  "https": false,
8
+  "scheme": null
9
+}