-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
65 lines (65 loc) · 1.47 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"expo": {
"name": "PromoApp",
"slug": "3roudat",
"notification": {
"icon": "./assets/logo/Full-logo.png",
"color": "#34495e",
"iosDisplayInForeground": true,
"androidMode": "default",
"androidCollapsedTitle": "#{unread_notifications} new notifications"
},
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/logo/Full-logo.png",
"backgroundColor": "#34495e",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-notifications",
{
"icon": "./assets/logo/icon.png",
"color": "#34495e",
"sounds": [
"./assets/level-up-191997.mp3"
]
}
],
"expo-font"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "25645e2f-f83d-4f60-b8e1-f4aa018217f9"
}
},
"owner": "qwerty-app",
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/25645e2f-f83d-4f60-b8e1-f4aa018217f9"
}
}
}