-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.26 KB
/
app.json
File metadata and controls
53 lines (53 loc) · 1.26 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
{
"expo": {
"name": "Розклад ІПМТ",
"slug": "InteractiveSchedule",
"version": "1.1.3",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash_new.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"jsEngine": "hermes",
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.noid.InteractiveScheduleUAP"
},
"notification": {
"icon": "./assets/images/notification-icon.png",
"color": "#1C5D8F"
},
"androidStatusBar": {
"backgroundColor": "#1C5D8F",
"barStyle": "light-content"
},
"web": {
"bundler": "webpack",
"favicon": "./assets/images/favicon.png"
},
"extra": {
"eas": {
"projectId": "78051180-c2bf-42d2-b55b-1dd5bf876ea5"
}
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"updates": {
"url": "https://u.expo.dev/78051180-c2bf-42d2-b55b-1dd5bf876ea5"
}
}
}