forked from xevrion/newsAppDC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
38 lines (38 loc) · 906 Bytes
/
app.json
File metadata and controls
38 lines (38 loc) · 906 Bytes
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
{
"expo": {
"name": "vks news",
"slug": "vks-news",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/vks-logo.png",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/vks-logo.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/vks-logo.png",
"backgroundColor": "#000000"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.vks.news"
},
"web": {
"favicon": "./assets/vks-logo.png"
},
"extra": {
"newsApiKey": "f3873e8b39a04e7f809bc5079e50626d",
"eas": {
"projectId": "56ad7ad4-6b68-4aba-876e-471fe8a56853"
}
},
"owner": "xevrion"
}
}