-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
44 lines (44 loc) · 1.01 KB
/
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
42
43
44
{
"expo": {
"name": "lissen-mobile",
"slug": "lissen-mobile",
"displayName": "Lissen",
"version": "0.1.5",
"orientation": "portrait",
"icon": "./assets/icons8-musical-dotted/icons8-musical-100.png",
"displayLogo": "./assets/icons8-musical-dotted/icons8-musical-100.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#ffffff"
},
"package": "com.lissenmobile"
},
"web": {
"favicon": "./assets/icons8-musical-dotted-favicons/web/icons8-musical-dotted-32.png"
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/edf2085f-2a08-4fbe-990f-e33ee757f0d6",
"enabled": true,
"fallbackToCacheTimeout": 0,
"checkAutomatically": "ON_LOAD"
},
"owner": "0x0is1",
"extra": {
"eas": {
"projectId": "edf2085f-2a08-4fbe-990f-e33ee757f0d6"
}
}
}
}