1
|
{
|
2
|
"expo": {
|
3
|
"name": "RudolfII",
|
4
|
"slug": "inventaria-rudolphina",
|
5
|
"version": "1.0.0",
|
6
|
"orientation": "portrait",
|
7
|
"icon": "./assets/icon.png",
|
8
|
"userInterfaceStyle": "light",
|
9
|
"splash": {
|
10
|
"image": "./assets/Rudolf-Aachen-large.png",
|
11
|
"resizeMode": "contain",
|
12
|
"backgroundColor": "#E3A400"
|
13
|
},
|
14
|
"assetBundlePatterns": [
|
15
|
"**/*"
|
16
|
],
|
17
|
"ios": {
|
18
|
"supportsTablet": true
|
19
|
},
|
20
|
"android": {
|
21
|
"adaptiveIcon": {
|
22
|
"foregroundImage": "./assets/icon.png",
|
23
|
"backgroundColor": "#E3A400"
|
24
|
},
|
25
|
"package": "cz.zcu.kiv.tsp.inventaria_rudolphina"
|
26
|
},
|
27
|
"web": {
|
28
|
"favicon": "./assets/favicon.png"
|
29
|
},
|
30
|
"extra": {
|
31
|
"eas": {
|
32
|
"projectId": "9cbe973a-6a5e-4b5e-85dd-02a80f7e38cc"
|
33
|
}
|
34
|
},
|
35
|
"plugins": [
|
36
|
["expo-build-properties", {
|
37
|
"android": {
|
38
|
"usesCleartextTraffic": true
|
39
|
},
|
40
|
"ios": {
|
41
|
"usesNonExemptEncryption": false
|
42
|
}
|
43
|
}]
|
44
|
],
|
45
|
"owner": "mschwob"
|
46
|
}
|
47
|
}
|