-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
61 lines (61 loc) · 1.72 KB
/
app.json
File metadata and controls
61 lines (61 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"expo": {
"name": "Chainbytes Coffee",
"slug": "chainbytes-coffee",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"scheme": "chainbytes-coffee",
"splash": {
"backgroundColor": "#2C1810"
},
"newArchEnabled": false,
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.chainbytes.coffee",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#2C1810"
},
"package": "com.chainbytes.coffee",
"permissions": [
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO"
]
},
"plugins": [
"expo-font",
[
"expo-camera",
{
"cameraPermission": "Chainbytes Coffee necesita acceso a la cámara para escanear códigos QR."
}
],
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Chainbytes Coffee necesita acceso a la ubicación para registrar las coordenadas GPS del lote de cosecha.",
"locationWhenInUsePermission": "Chainbytes Coffee necesita acceso a la ubicación para registrar las coordenadas GPS del lote de cosecha."
}
],
[
"expo-image-picker",
{
"photosPermission": "Chainbytes Coffee necesita acceso a tus fotos para subir la foto del trabajador.",
"cameraPermission": "Chainbytes Coffee necesita acceso a la cámara para tomar la foto del trabajador."
}
]
],
"extra": {
"eas": {
"projectId": "1b9355ac-f3c9-46cf-975c-6aa7accc750f"
}
},
"owner": "ericnakamoto"
}
}