-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
41 lines (41 loc) · 956 Bytes
/
app.json
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
{
"expo": {
"name": "Promokings",
"slug": "promokings",
"version": "1.3.3",
"orientation": "portrait",
"icon": "./assets/icon-home.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash-main.png",
"backgroundColor": "#fff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"infoPlist": {
"UIStatusBarHidden": false,
"UIStatusBarStyle": "UIStatusBarStyleDefault"
},
"bundleIdentifier": "com.uzitrake.promokings"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/icon-home.png",
"backgroundColor": "#ffffff"
},
"package": "com.uzitrake.promokings"
},
"web": {
"favicon": "./assets/promoking-logoq.png"
},
"extra": {
"eas": {
"projectId": "ad23615f-cdde-436a-abe8-7754069538dc"
}
},
"owner": "uzitrake"
}
}